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