Botan 3.5.0
Crypto and TLS for C&
|
#include <kyber_encaps_base.h>
Public Member Functions | |
size_t | encapsulated_key_length () const override |
void | 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) final |
void | raw_kem_decrypt (std::span< uint8_t > out_shared_key, std::span< const uint8_t > encapsulated_key) final |
size_t | raw_kem_shared_key_length () const override |
size_t | shared_key_length (size_t desired_shared_key_len) const final |
Protected Member Functions | |
virtual void | decapsulate (StrongSpan< KyberSharedSecret > out_shared_key, StrongSpan< const KyberCompressedCiphertext > encapsulated_key)=0 |
Kyber_KEM_Decryptor_Base (std::string_view kdf) | |
virtual const KyberConstants & | mode () const =0 |
Definition at line 43 of file kyber_encaps_base.h.
|
inlineprotected |
Definition at line 55 of file kyber_encaps_base.h.
|
protectedpure virtual |
Implemented in Botan::Kyber_KEM_Decryptor.
Referenced by raw_kem_decrypt().
|
inlineoverridevirtual |
Implements Botan::PK_Ops::KEM_Decryption.
Definition at line 47 of file kyber_encaps_base.h.
References Botan::KyberConstants::encapsulated_key_length(), and mode().
|
finalvirtualinherited |
Implements Botan::PK_Ops::KEM_Decryption.
Definition at line 204 of file pk_ops.cpp.
References BOTAN_ARG_CHECK, and BOTAN_ASSERT_EQUAL.
|
protectedpure virtual |
Implemented in Botan::Kyber_KEM_Decryptor.
Referenced by encapsulated_key_length(), and raw_kem_shared_key_length().
|
inlinefinalvirtual |
Implements Botan::PK_Ops::KEM_Decryption_with_KDF.
Definition at line 49 of file kyber_encaps_base.h.
References decapsulate().
|
inlineoverridevirtual |
Implements Botan::PK_Ops::KEM_Decryption_with_KDF.
Definition at line 45 of file kyber_encaps_base.h.
References mode(), and Botan::KyberConstants::shared_key_length().
|
finalvirtualinherited |
Implements Botan::PK_Ops::KEM_Decryption.
Definition at line 196 of file pk_ops.cpp.