#include <pk_ops.h>
Definition at line 165 of file pk_ops.h.
◆ ~KEM_Decryption()
virtual Botan::PK_Ops::KEM_Decryption::~KEM_Decryption |
( |
| ) |
|
|
virtualdefault |
◆ kem_decrypt()
virtual secure_vector< uint8_t > Botan::PK_Ops::KEM_Decryption::kem_decrypt |
( |
const uint8_t |
encap_key[], |
|
|
size_t |
len, |
|
|
size_t |
desired_shared_key_len, |
|
|
const uint8_t |
salt[], |
|
|
size_t |
salt_len |
|
) |
| |
|
pure virtual |
◆ shared_key_length()
virtual size_t Botan::PK_Ops::KEM_Decryption::shared_key_length |
( |
size_t |
desired_shared_key_len | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: