Botan
1.11.15
|
#include <botan/internal/code_based_key_gen.h>
#include <botan/code_based_util.h>
#include <botan/gf2m_rootfind_dcmp.h>
#include <botan/internal/binary_matrix.h>
#include <botan/loadstor.h>
#include <botan/polyn_gf2m.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
McEliece_PrivateKey | Botan::generate_mceliece_key (RandomNumberGenerator &rng, u32bit ext_deg, u32bit code_length, u32bit t) |