|
Botan 3.9.0
Crypto and TLS for C&
|
#include <botan/bigint.h>#include <botan/internal/bit_ops.h>#include <botan/internal/divide.h>#include <botan/internal/mp_core.h>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| BigInt | Botan::operator% (const BigInt &n, const BigInt &mod) |
| word | Botan::operator% (const BigInt &n, word mod) |
| BigInt | Botan::operator* (const BigInt &x, const BigInt &y) |
| BigInt | Botan::operator* (const BigInt &x, word y) |
| BigInt | Botan::operator/ (const BigInt &x, const BigInt &y) |
| BigInt | Botan::operator/ (const BigInt &x, word y) |
| BigInt | Botan::operator<< (const BigInt &x, size_t shift) |
| BigInt | Botan::operator>> (const BigInt &x, size_t shift) |