Botan 3.7.1
Crypto and TLS for C&
Botan::Classic_McEliece_Encryptor Member List

This is the complete list of members for Botan::Classic_McEliece_Encryptor, including all inherited members.

Classic_McEliece_Encryptor(std::shared_ptr< Classic_McEliece_PublicKeyInternal > key, std::string_view kdf)Botan::Classic_McEliece_Encryptorinline
encapsulated_key_length() const overrideBotan::Classic_McEliece_Encryptorinlinevirtual
kem_encrypt(std::span< uint8_t > out_encapsulated_key, std::span< uint8_t > out_shared_key, RandomNumberGenerator &rng, size_t desired_shared_key_len, std::span< const uint8_t > salt) finalBotan::PK_Ops::KEM_Encryption_with_KDFvirtual
KEM_Encryption_with_KDF(std::string_view kdf)Botan::PK_Ops::KEM_Encryption_with_KDFexplicitprotected
raw_kem_encrypt(std::span< uint8_t > out_encapsulated_key, std::span< uint8_t > out_shared_key, RandomNumberGenerator &rng) overrideBotan::Classic_McEliece_Encryptorvirtual
raw_kem_shared_key_length() const overrideBotan::Classic_McEliece_Encryptorinlinevirtual
shared_key_length(size_t desired_shared_key_len) const finalBotan::PK_Ops::KEM_Encryption_with_KDFvirtual
~KEM_Encryption()=defaultBotan::PK_Ops::KEM_Encryptionvirtual
~KEM_Encryption_with_KDF() overrideBotan::PK_Ops::KEM_Encryption_with_KDF