Botan 2.19.3
Crypto and TLS for C&
|
#include <botan/bigint.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Macros | |
#define | BOTAN_HAS_NIST_PRIME_REDUCERS_W32 |
Functions | |
const BigInt & | Botan::prime_p192 () |
const BigInt & | Botan::prime_p224 () |
const BigInt & | Botan::prime_p256 () |
const BigInt & | Botan::prime_p384 () |
const BigInt & | Botan::prime_p521 () |
void | Botan::redc_p192 (BigInt &x, secure_vector< word > &ws) |
void | Botan::redc_p224 (BigInt &x, secure_vector< word > &ws) |
void | Botan::redc_p256 (BigInt &x, secure_vector< word > &ws) |
void | Botan::redc_p384 (BigInt &x, secure_vector< word > &ws) |
void | Botan::redc_p521 (BigInt &x, secure_vector< word > &ws) |
#define BOTAN_HAS_NIST_PRIME_REDUCERS_W32 |
Definition at line 33 of file curve_nistp.h.