Botan  1.11.15
Namespaces | Functions
src/lib/pubkey/mceies/mceies.cpp File Reference
#include <botan/mceies.h>
#include <botan/aead.h>
#include <botan/mceliece.h>
#include <botan/mce_kem.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)