Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
keccak_helpers.cpp File Reference
#include <botan/internal/keccak_helpers.h>
#include <botan/internal/bit_ops.h>
#include <botan/internal/loadstor.h>
#include <limits>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

size_t Botan::keccak_int_encoding_size (size_t x)
 
std::span< const uint8_t > Botan::keccak_int_left_encode (std::span< uint8_t > out, size_t x)
 
std::span< const uint8_t > Botan::keccak_int_right_encode (std::span< uint8_t > out, size_t x)