Botan 3.6.1
Crypto and TLS for C&
|
#include <pk_ops.h>
Public Member Functions | |
virtual secure_vector< uint8_t > | decrypt (uint8_t &valid_mask, std::span< const uint8_t > ctext)=0 |
virtual size_t | plaintext_length (size_t ctext_len) const =0 |
virtual | ~Decryption ()=default |
|
virtualdefault |
|
pure virtual |
Implemented in Botan::PK_Ops::Decryption_with_EME.
|
pure virtual |