Botan
1.11.15
|
#include <pk_ops.h>
Public Types | |
typedef PK_Spec< Public_Key > | Spec |
Public Member Functions | |
virtual secure_vector< byte > | encrypt (const byte msg[], size_t msg_len, RandomNumberGenerator &rng)=0 |
virtual size_t | max_input_bits () const =0 |
virtual | ~Encryption () |
virtual Botan::PK_Ops::Encryption::~Encryption | ( | ) | [inline, virtual] |
virtual secure_vector<byte> Botan::PK_Ops::Encryption::encrypt | ( | const byte | msg[], |
size_t | msg_len, | ||
RandomNumberGenerator & | rng | ||
) | [pure virtual] |
Implemented in Botan::McEliece_Public_Operation.
virtual size_t Botan::PK_Ops::Encryption::max_input_bits | ( | ) | const [pure virtual] |
Implemented in Botan::McEliece_Public_Operation.