Botan 3.5.0
Crypto and TLS for C&
Botan::Kyber_KEM_Decryptor Member List

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

decapsulate(StrongSpan< KyberSharedSecret > out_shared_key, StrongSpan< const KyberCompressedCiphertext > encapsulated_key) overrideBotan::Kyber_KEM_Decryptorprotectedvirtual
encapsulated_key_length() const overrideBotan::Kyber_KEM_Decryptor_Baseinlinevirtual
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
Kyber_KEM_Decryptor(std::shared_ptr< const Kyber_PrivateKeyInternal > private_key, std::shared_ptr< const Kyber_PublicKeyInternal > public_key, std::string_view kdf)Botan::Kyber_KEM_Decryptorinline
Kyber_KEM_Decryptor_Base(std::string_view kdf)Botan::Kyber_KEM_Decryptor_Baseinlineprotected
mode() const overrideBotan::Kyber_KEM_Decryptorinlineprotectedvirtual
raw_kem_decrypt(std::span< uint8_t > out_shared_key, std::span< const uint8_t > encapsulated_key) finalBotan::Kyber_KEM_Decryptor_Baseinlinevirtual
raw_kem_shared_key_length() const overrideBotan::Kyber_KEM_Decryptor_Baseinlinevirtual
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() override=defaultBotan::PK_Ops::KEM_Decryption_with_KDF