Botan  1.11.15
Namespaces | Functions
src/lib/pubkey/mceies/mceies.h File Reference
#include <botan/secmem.h>
#include <botan/rng.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

secure_vector< byte > Botan::mceies_decrypt (const McEliece_PrivateKey &privkey, const secure_vector< byte > &ct, byte ad[], size_t ad_len)
secure_vector< byte > Botan::mceies_encrypt (const McEliece_PublicKey &pubkey, const secure_vector< byte > &pt, byte ad[], size_t ad_len, RandomNumberGenerator &rng)