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

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

gf2m Botan::random_code_element (uint16_t code_length, RandomNumberGenerator &rng)
 
gf2m Botan::random_gf2m (RandomNumberGenerator &rng)
 
std::vector< polyn_gf2mBotan::syndrome_init (const polyn_gf2m &generator, const std::vector< gf2m > &support, int n)