|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/internal/mce_internal.h>#include <botan/mceliece.h>#include <botan/internal/code_based_util.h>#include <botan/internal/bit_ops.h>Go to the source code of this file.
Namespaces | |
| 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) |
1.8.9.1