Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
nistp_redc.cpp File Reference
#include <botan/internal/curve_nistp.h>
#include <botan/internal/ct_utils.h>
#include <botan/internal/mp_core.h>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

BOTAN_TEST_API const BigIntBotan::prime_p192 ()
 
BOTAN_TEST_API const BigIntBotan::prime_p224 ()
 
BOTAN_TEST_API const BigIntBotan::prime_p256 ()
 
BOTAN_TEST_API const BigIntBotan::prime_p384 ()
 
BOTAN_TEST_API const BigIntBotan::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)