Botan 2.19.2
Crypto and TLS for C&
|
#include <botan/secmem.h>
#include <botan/newhope.h>
Go to the source code of this file.
Classes | |
class | Botan::CECPQ1_key |
Namespaces | |
namespace | Botan |
Functions | |
void | Botan::CECPQ1_accept (uint8_t *shared_key, uint8_t *accept_message, const uint8_t *offer_message, RandomNumberGenerator &rng) |
void | Botan::CECPQ1_finish (uint8_t *shared_key, const CECPQ1_key &offer_key, const uint8_t *accept_message) |
void | Botan::CECPQ1_offer (uint8_t *offer_message, CECPQ1_key *offer_key_output, RandomNumberGenerator &rng) |