Botan  1.11.15
Namespaces | Defines | Functions
src/lib/pubkey/mce/gf2m_small_m.cpp File Reference
#include <botan/gf2m_small_m.h>
#include <botan/code_based_util.h>
#include <string>

Go to the source code of this file.

Namespaces

namespace  Botan
namespace  Botan::gf2m_small_m

Defines

#define MAX_EXT_DEG   16

Functions

gf2m Botan::gf2m_small_m::decode_gf2m (const byte *mem)
u32bit Botan::gf2m_small_m::encode_gf2m (gf2m to_enc, byte *mem)

Define Documentation

#define MAX_EXT_DEG   16

Definition at line 19 of file gf2m_small_m.cpp.

Referenced by Botan::gf2m_small_m::Gf2m_Field::Gf2m_Field().