Botan 3.0.0
Crypto and TLS for C&
Classes | Namespaces | Functions
polyn_gf2m.h File Reference

Internal Header. More...

#include <botan/secmem.h>
#include <utility>

Go to the source code of this file.

Classes

class  Botan::polyn_gf2m
 

Namespaces

namespace  Botan
 

Functions

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

Detailed Description

Internal Header.

Definition in file polyn_gf2m.h.