Botan 2.19.3
Crypto and TLS for C&
|
#include <botan/gf2m_small_m.h>
#include <botan/exceptn.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Macros | |
#define | MAX_EXT_DEG 16 |
Functions | |
gf2m | Botan::decode_gf2m (const uint8_t *mem) |
uint32_t | Botan::encode_gf2m (gf2m to_enc, uint8_t *mem) |
#define MAX_EXT_DEG 16 |
Definition at line 17 of file gf2m_small_m.cpp.