Botan
2.19.1
Crypto and TLS for C++11
|
#include <botan/polyn_gf2m.h>
#include <botan/internal/bit_ops.h>
#include <botan/internal/code_based_util.h>
#include <botan/exceptn.h>
Go to the source code of this file.
Namespaces | |
Botan | |
Functions | |
secure_vector< gf2m > | Botan::find_roots_gf2m_decomp (const polyn_gf2m &polyn, size_t code_length) |
secure_vector<gf2m> m_Aij |
Definition at line 48 of file gf2m_rootfind_dcmp.cpp.
size_t m_code_length |
Definition at line 46 of file gf2m_rootfind_dcmp.cpp.
Referenced by Botan::McEliece_PublicKey::get_code_length().
gf2m m_j |
Definition at line 50 of file gf2m_rootfind_dcmp.cpp.
gf2m m_j_gray |
Definition at line 51 of file gf2m_rootfind_dcmp.cpp.
secure_vector<gf2m> m_Lik |
Definition at line 47 of file gf2m_rootfind_dcmp.cpp.
uint32_t m_outer_summands |
Definition at line 49 of file gf2m_rootfind_dcmp.cpp.
gf2m m_sigma_3_l |
Definition at line 52 of file gf2m_rootfind_dcmp.cpp.
gf2m m_sigma_3_neq_0_mask |
Definition at line 53 of file gf2m_rootfind_dcmp.cpp.