Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/internal/poly_dbl.h>
#include <botan/exceptn.h>
#include <botan/internal/ct_utils.h>
#include <botan/internal/loadstor.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
void | Botan::poly_double_n (uint8_t out[], const uint8_t in[], size_t n) |
void | Botan::poly_double_n_le (uint8_t out[], const uint8_t in[], size_t n) |
void | Botan::xts_update_tweak_block (uint8_t tweak[], size_t BS, size_t blocks_in_tweak) |