Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/internal/curve_nistp.h>
#include <botan/internal/ct_utils.h>
#include <botan/internal/mp_core.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
BOTAN_TEST_API const BigInt & | Botan::prime_p192 () |
BOTAN_TEST_API const BigInt & | Botan::prime_p224 () |
BOTAN_TEST_API const BigInt & | Botan::prime_p256 () |
BOTAN_TEST_API const BigInt & | Botan::prime_p384 () |
BOTAN_TEST_API const BigInt & | Botan::prime_p521 () |
BOTAN_TEST_API void | Botan::redc_p192 (BigInt &x, secure_vector< word > &ws) |
BOTAN_TEST_API void | Botan::redc_p224 (BigInt &x, secure_vector< word > &ws) |
BOTAN_TEST_API void | Botan::redc_p256 (BigInt &x, secure_vector< word > &ws) |
BOTAN_TEST_API void | Botan::redc_p384 (BigInt &x, secure_vector< word > &ws) |
BOTAN_TEST_API void | Botan::redc_p521 (BigInt &x, secure_vector< word > &ws) |