|
Botan
2.13.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 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 |
1.8.9.1