Botan 3.6.1
Crypto and TLS for C&
|
#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_gf2m > | Botan::syndrome_init (const polyn_gf2m &generator, const std::vector< gf2m > &support, int n) |