Botan 3.13.0
Crypto and TLS for C&
mceliece_key.cpp File Reference
#include <botan/mceliece.h>
#include <botan/ber_dec.h>
#include <botan/der_enc.h>
#include <botan/rng.h>
#include <botan/internal/bit_ops.h>
#include <botan/internal/buffer_stuffer.h>
#include <botan/internal/code_based_util.h>
#include <botan/internal/loadstor.h>
#include <botan/internal/mce_internal.h>
#include <botan/internal/pk_ops_impl.h>
#include <botan/internal/polyn_gf2m.h>
#include <array>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

McEliece_Params Botan::mceliece_validate_key_encoding_params (size_t code_length, size_t t)
McEliece_Params Botan::mceliece_validate_keygen_params (size_t code_length, size_t t)