Botan  1.11.15
Botan::McEliece_PrivateKey Member List
This is the complete list of members for Botan::McEliece_PrivateKey, including all inherited members.
algo_name() const Botan::McEliece_PublicKey [inline, virtual]
algorithm_identifier() const Botan::McEliece_PublicKey [virtual]
check_key(RandomNumberGenerator &rng, bool strong) const Botan::McEliece_PrivateKey [virtual]
estimated_strength() const Botan::McEliece_PublicKey [virtual]
gen_check(RandomNumberGenerator &rng) const Botan::Private_Key [protected]
get_code_length() const Botan::McEliece_PublicKey [inline]
get_codimension() const Botan::McEliece_PrivateKey [inline]
get_dimension() const Botan::McEliece_PrivateKey [inline]
get_goppa_polyn() const Botan::McEliece_PrivateKey [inline]
get_H_coeffs() const Botan::McEliece_PrivateKey [inline]
get_Linv() const Botan::McEliece_PrivateKey [inline]
get_message_word_bit_length() const Botan::McEliece_PublicKey
get_oid() const Botan::Public_Key [virtual]
get_public_matrix() const Botan::McEliece_PublicKey [inline]
get_sqrtmod() const Botan::McEliece_PrivateKey [inline]
get_t() const Botan::McEliece_PublicKey [inline]
Botan::load_check(RandomNumberGenerator &rng) const Botan::Public_Key [protected, virtual]
Botan::Private_Key::load_check(RandomNumberGenerator &rng) const Botan::Private_Key [protected, virtual]
m_code_lengthBotan::McEliece_PublicKey [protected]
m_public_matrixBotan::McEliece_PublicKey [protected]
m_tBotan::McEliece_PublicKey [protected]
max_input_bits() const Botan::McEliece_PrivateKey [inline, virtual]
McEliece_PrivateKey(const secure_vector< byte > &key_bits)Botan::McEliece_PrivateKey
McEliece_PrivateKey(polyn_gf2m const &goppa_polyn, std::vector< u32bit > const &parity_check_matrix_coeffs, std::vector< polyn_gf2m > const &square_root_matrix, std::vector< gf2m > const &inverse_support, std::vector< byte > const &public_matrix)Botan::McEliece_PrivateKey
McEliece_PrivateKey(RandomNumberGenerator &rng, size_t code_length, size_t t)Botan::McEliece_PrivateKey
McEliece_PublicKey(const std::vector< byte > &key_bits)Botan::McEliece_PublicKey
McEliece_PublicKey(std::vector< byte > const &pub_matrix, u32bit the_t, u32bit the_code_length)Botan::McEliece_PublicKey [inline]
McEliece_PublicKey(const McEliece_PublicKey &other)Botan::McEliece_PublicKey
McEliece_PublicKey()Botan::McEliece_PublicKey [inline, protected]
message_part_size() const Botan::Public_Key [inline, virtual]
message_parts() const Botan::Public_Key [inline, virtual]
operator!=(const McEliece_PrivateKey &other) const Botan::McEliece_PrivateKey [inline]
Botan::McEliece_PublicKey::operator!=(const McEliece_PublicKey &other) const Botan::McEliece_PublicKey [inline]
operator==(const McEliece_PrivateKey &other) const Botan::McEliece_PrivateKey
Botan::McEliece_PublicKey::operator==(const McEliece_PublicKey &other) const Botan::McEliece_PublicKey
pkcs8_algorithm_identifier() const Botan::Private_Key [inline, virtual]
pkcs8_private_key() const Botan::McEliece_PrivateKey [virtual]
x509_subject_public_key() const Botan::McEliece_PublicKey [virtual]
~Public_Key()Botan::Public_Key [inline, virtual]