Botan 3.13.0
Crypto and TLS for C&
Botan::McEliece_Params Struct Referencefinal

#include <mce_internal.h>

Public Attributes

size_t code_length
size_t codimension
size_t dimension
size_t ext_deg
size_t public_matrix_bytes
size_t t
size_t words_per_matrix_row

Detailed Description

Definition at line 21 of file mce_internal.h.

Member Data Documentation

◆ code_length

size_t Botan::McEliece_Params::code_length

Definition at line 22 of file mce_internal.h.

Referenced by Botan::McEliece_PrivateKey::McEliece_PrivateKey().

◆ codimension

size_t Botan::McEliece_Params::codimension

◆ dimension

size_t Botan::McEliece_Params::dimension

◆ ext_deg

◆ public_matrix_bytes

size_t Botan::McEliece_Params::public_matrix_bytes

Definition at line 28 of file mce_internal.h.

◆ t

size_t Botan::McEliece_Params::t

Definition at line 23 of file mce_internal.h.

Referenced by Botan::McEliece_PrivateKey::McEliece_PrivateKey().

◆ words_per_matrix_row

size_t Botan::McEliece_Params::words_per_matrix_row

Definition at line 27 of file mce_internal.h.

Referenced by Botan::McEliece_PrivateKey::McEliece_PrivateKey().


The documentation for this struct was generated from the following file: