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

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

BOTAN_FUZZER_API void Botan::basecase_mul (word z[], size_t z_size, const word x[], size_t x_size, const word y[], size_t y_size)
 
BOTAN_FUZZER_API void Botan::basecase_sqr (word z[], size_t z_size, const word x[], size_t x_size)
 
void Botan::bigint_mul (word z[], size_t z_size, const word x[], size_t x_size, size_t x_sw, const word y[], size_t y_size, size_t y_sw, word workspace[], size_t ws_size)
 
void Botan::bigint_sqr (word z[], size_t z_size, const word x[], size_t x_size, size_t x_sw, word workspace[], size_t ws_size)