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
#define BOTAN_PUBLIC_API(maj, min)
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)
void redc_p521(BigInt &x, secure_vector< word > &ws)
void redc_p192(BigInt &x, secure_vector< word > &ws)
void redc_p256(BigInt &x, secure_vector< word > &ws)
void redc_p224(BigInt &x, secure_vector< word > &ws)
const BigInt & prime_p384()
const BigInt & prime_p224()
void redc_p384(BigInt &x, secure_vector< word > &ws)
const BigInt & prime_p256()
const BigInt & prime_p192()
const BigInt & prime_p521()
std::vector< T, secure_allocator< T > > secure_vector