|
Botan 3.13.0
Crypto and TLS for C&
|
#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 |
Definition at line 21 of file mce_internal.h.
| size_t Botan::McEliece_Params::code_length |
Definition at line 22 of file mce_internal.h.
Referenced by Botan::McEliece_PrivateKey::McEliece_PrivateKey().
| size_t Botan::McEliece_Params::codimension |
Definition at line 25 of file mce_internal.h.
Referenced by Botan::generate_mceliece_key(), Botan::McEliece_PrivateKey::McEliece_PrivateKey(), and Botan::McEliece_PrivateKey::McEliece_PrivateKey().
| size_t Botan::McEliece_Params::dimension |
Definition at line 26 of file mce_internal.h.
Referenced by Botan::McEliece_PrivateKey::McEliece_PrivateKey(), and Botan::McEliece_PrivateKey::McEliece_PrivateKey().
| size_t Botan::McEliece_Params::ext_deg |
Definition at line 24 of file mce_internal.h.
Referenced by Botan::generate_mceliece_key(), Botan::McEliece_PrivateKey::McEliece_PrivateKey(), and Botan::McEliece_PrivateKey::McEliece_PrivateKey().
| size_t Botan::McEliece_Params::public_matrix_bytes |
Definition at line 28 of file mce_internal.h.
| size_t Botan::McEliece_Params::t |
Definition at line 23 of file mce_internal.h.
Referenced by Botan::McEliece_PrivateKey::McEliece_PrivateKey().
| 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().