Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
mceliece.cpp File Reference
#include <botan/internal/mce_internal.h>
#include <botan/mceliece.h>
#include <botan/mem_ops.h>
#include <botan/internal/bit_ops.h>
#include <botan/internal/code_based_util.h>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

void Botan::mceliece_encrypt (secure_vector< uint8_t > &ciphertext_out, secure_vector< uint8_t > &error_mask_out, const secure_vector< uint8_t > &plaintext, const McEliece_PublicKey &key, RandomNumberGenerator &rng)