8 #ifndef BOTAN_NIST_PRIMES_H_
9 #define BOTAN_NIST_PRIMES_H_
11 #include <botan/bigint.h>
33 #define BOTAN_HAS_NIST_PRIME_REDUCERS_W32
void redc_p256(BigInt &x, secure_vector< word > &ws)
const BigInt & prime_p256()
#define BOTAN_PUBLIC_API(maj, min)
void redc_p384(BigInt &x, secure_vector< word > &ws)
const BigInt & prime_p224()
const BigInt & prime_p192()
std::vector< T, secure_allocator< T >> secure_vector
void redc_p521(BigInt &x, secure_vector< word > &ws)
void redc_p224(BigInt &x, secure_vector< word > &ws)
const BigInt & prime_p521()
const BigInt & prime_p384()
void redc_p192(BigInt &x, secure_vector< word > &ws)
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)