Botan  1.11.15
Namespaces | Functions
src/lib/math/mp/mp_mulop.cpp File Reference
#include <botan/internal/mp_core.h>
#include <botan/internal/mp_madd.h>
#include <botan/internal/mp_asmi.h>
#include <botan/mem_ops.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

void Botan::bigint_simple_mul (word z[], const word x[], size_t x_size, const word y[], size_t y_size)
void Botan::bigint_simple_sqr (word z[], const word x[], size_t x_size)