Botan 3.9.0
Crypto and TLS for C&
mp_monty_n.cpp File Reference
#include <botan/internal/mp_core.h>
#include <botan/internal/ct_utils.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

BOTAN_FUZZER_API void Botan::bigint_monty_redc_12 (word r[12], const word z[24], const word p[12], word p_dash, word ws[12])
BOTAN_FUZZER_API void Botan::bigint_monty_redc_16 (word r[16], const word z[32], const word p[16], word p_dash, word ws[16])
BOTAN_FUZZER_API void Botan::bigint_monty_redc_24 (word r[24], const word z[48], const word p[24], word p_dash, word ws[24])
BOTAN_FUZZER_API void Botan::bigint_monty_redc_32 (word r[32], const word z[64], const word p[32], word p_dash, word ws[32])
BOTAN_FUZZER_API void Botan::bigint_monty_redc_4 (word r[4], const word z[8], const word p[4], word p_dash, word ws[4])
BOTAN_FUZZER_API void Botan::bigint_monty_redc_6 (word r[6], const word z[12], const word p[6], word p_dash, word ws[6])
BOTAN_FUZZER_API void Botan::bigint_monty_redc_8 (word r[8], const word z[16], const word p[8], word p_dash, word ws[8])