Botan 3.6.1
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/bigint.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) |
Internal Header.
Definition in file curve_nistp.h.