#include <pk_ops_impl.h>
Definition at line 185 of file pk_ops_impl.h.
Botan::PK_Ops::KEM_Encryption_with_KDF::KEM_Encryption_with_KDF |
( |
const std::string & |
kdf | ) |
|
|
explicitprotected |
Botan::PK_Ops::KEM_Encryption_with_KDF::~KEM_Encryption_with_KDF |
( |
| ) |
|
|
protecteddefault |
Implements Botan::PK_Ops::KEM_Encryption.
Definition at line 133 of file pk_ops.cpp.
140 secure_vector<uint8_t> raw_shared;
143 out_shared_key = m_kdf->derive_key(desired_shared_key_len,
144 raw_shared.data(), raw_shared.size(),
virtual void raw_kem_encrypt(secure_vector< uint8_t > &out_encapsulated_key, secure_vector< uint8_t > &raw_shared_key, Botan::RandomNumberGenerator &rng)=0
The documentation for this class was generated from the following files: