|
Botan
1.11.15
|
#include <botan/gf2m_rootfind_dcmp.h>#include <botan/gf2m_small_m.h>#include <botan/internal/bit_ops.h>#include <botan/code_based_util.h>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| secure_vector< gf2m > | Botan::find_roots_gf2m_decomp (const polyn_gf2m &polyn, u32bit code_length) |
| u32bit code_length |
Definition at line 48 of file gf2m_rootfind_dcmp.cpp.
Referenced by Botan::generate_mceliece_key().
| secure_vector<gf2m> m_Aij |
Definition at line 51 of file gf2m_rootfind_dcmp.cpp.
| gf2m m_j |
Definition at line 53 of file gf2m_rootfind_dcmp.cpp.
| gf2m m_j_gray |
Definition at line 54 of file gf2m_rootfind_dcmp.cpp.
| secure_vector<gf2m> m_Lik |
Definition at line 50 of file gf2m_rootfind_dcmp.cpp.
| u32bit m_outer_summands |
Definition at line 52 of file gf2m_rootfind_dcmp.cpp.
| gf2m m_sigma_3_l |
Definition at line 55 of file gf2m_rootfind_dcmp.cpp.
| gf2m m_sigma_3_neq_0_mask |
Definition at line 56 of file gf2m_rootfind_dcmp.cpp.
1.7.6.1