|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/internal/mce_internal.h>#include <botan/internal/code_based_util.h>Go to the source code of this file.
Namespaces | |
| Botan | |
Functions | |
| void | Botan::mceliece_decrypt (secure_vector< uint8_t > &plaintext_out, secure_vector< uint8_t > &error_mask_out, const secure_vector< uint8_t > &ciphertext, const McEliece_PrivateKey &key) |
| void | Botan::mceliece_decrypt (secure_vector< uint8_t > &plaintext, secure_vector< uint8_t > &error_mask, const uint8_t ciphertext[], size_t ciphertext_len, const McEliece_PrivateKey &key) |
| secure_vector< uint8_t > | Botan::mceliece_decrypt (secure_vector< gf2m > &error_pos, const uint8_t *ciphertext, size_t ciphertext_len, const McEliece_PrivateKey &key) |
1.8.9.1