|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/secmem.h>#include <botan/newhope.h>Go to the source code of this file.
Classes | |
| class | Botan::CECPQ1_key |
Namespaces | |
| 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) |
1.8.9.1