Botan 3.9.0
Crypto and TLS for C&
Botan::KEM_Encryption_with_Combiner Member List

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

combine_ciphertexts(std::span< uint8_t > out_ciphertext, const std::vector< std::vector< uint8_t > > &ciphertexts, std::span< const uint8_t > salt)Botan::KEM_Encryption_with_Combinerprotectedvirtual
combine_shared_secrets(std::span< uint8_t > out_shared_secret, const std::vector< secure_vector< uint8_t > > &shared_secrets, const std::vector< std::vector< uint8_t > > &ciphertexts, size_t desired_shared_key_len, std::span< const uint8_t > salt)=0Botan::KEM_Encryption_with_Combinerprotectedpure virtual
encapsulated_key_length() const overrideBotan::KEM_Encryption_with_Combinerinlinevirtual
encryptors()Botan::KEM_Encryption_with_Combinerinlineprotected
encryptors() constBotan::KEM_Encryption_with_Combinerinlineprotected
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::KEM_Encryption_with_Combinervirtual
KEM_Encryption_with_Combiner(const std::vector< std::unique_ptr< Public_Key > > &public_keys, std::string_view provider)Botan::KEM_Encryption_with_Combiner
shared_key_length(size_t desired_shared_key_len) const =0Botan::PK_Ops::KEM_Encryptionpure virtual
~KEM_Encryption()=defaultBotan::PK_Ops::KEM_Encryptionvirtual