Botan 3.8.1
Crypto and TLS for C&
Botan::Classic_McEliece_Decryptor Member List

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

Classic_McEliece_Decryptor(std::shared_ptr< Classic_McEliece_PrivateKeyInternal > key, std::string_view kdf)Botan::Classic_McEliece_Decryptorinline
encapsulated_key_length() const overrideBotan::Classic_McEliece_Decryptorinlinevirtual
kem_decrypt(std::span< uint8_t > out_shared_key, std::span< const uint8_t > encapsulated_key, size_t desired_shared_key_len, std::span< const uint8_t > salt) finalBotan::PK_Ops::KEM_Decryption_with_KDFvirtual
KEM_Decryption_with_KDF(std::string_view kdf)Botan::PK_Ops::KEM_Decryption_with_KDFexplicitprotected
raw_kem_decrypt(std::span< uint8_t > out_shared_key, std::span< const uint8_t > encapsulated_key) overrideBotan::Classic_McEliece_Decryptorvirtual
raw_kem_shared_key_length() const overrideBotan::Classic_McEliece_Decryptorinlinevirtual
shared_key_length(size_t desired_shared_key_len) const finalBotan::PK_Ops::KEM_Decryption_with_KDFvirtual
~KEM_Decryption()=defaultBotan::PK_Ops::KEM_Decryptionvirtual
~KEM_Decryption_with_KDF() overrideBotan::PK_Ops::KEM_Decryption_with_KDF