Botan
1.11.15
|
#include <pk_ops.h>
Public Types | |
typedef PK_Spec< Private_Key > | Spec |
Public Member Functions | |
virtual secure_vector< byte > | decrypt (const byte msg[], size_t msg_len)=0 |
virtual size_t | max_input_bits () const =0 |
virtual | ~Decryption () |
virtual Botan::PK_Ops::Decryption::~Decryption | ( | ) | [inline, virtual] |
virtual secure_vector<byte> Botan::PK_Ops::Decryption::decrypt | ( | const byte | msg[], |
size_t | msg_len | ||
) | [pure virtual] |
Implemented in Botan::McEliece_Private_Operation.
virtual size_t Botan::PK_Ops::Decryption::max_input_bits | ( | ) | const [pure virtual] |
Implemented in Botan::McEliece_Private_Operation.