Botan
2.1.0
Crypto and TLS for C++11
|
#include <pk_ops.h>
Public Member Functions | |
virtual secure_vector< uint8_t > | decrypt (uint8_t &valid_mask, const uint8_t ciphertext[], size_t ciphertext_len)=0 |
virtual | ~Decryption ()=default |
|
virtualdefault |
|
pure virtual |
Implemented in Botan::PK_Ops::Decryption_with_EME.