Botan
2.1.0
Crypto and TLS for C++11
|
#include <botan/internal/mp_core.h>
#include <botan/internal/mp_asmi.h>
#include <botan/mem_ops.h>
Go to the source code of this file.
Namespaces | |
Botan | |
Functions | |
void | Botan::bigint_mul (BigInt &z, const BigInt &x, const BigInt &y, word workspace[]) |
void | Botan::bigint_sqr (word z[], size_t z_size, word workspace[], const word x[], size_t x_size, size_t x_sw) |