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

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

secure_vector< uint8_t > Botan::mceliece_decrypt (secure_vector< gf2m > &error_pos, const uint8_t *ciphertext, size_t ciphertext_len, 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)
 
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)