|
Botan 2.19.5
Crypto and TLS for C&
|
#include <botan/internal/mp_core.h>#include <botan/internal/mp_asmi.h>#include <botan/internal/ct_utils.h>#include <botan/mem_ops.h>#include <botan/exceptn.h>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| 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) |