|
Botan
1.11.15
|
#include <botan/rng.h>#include <botan/secmem.h>#include <botan/mp_types.h>#include <botan/get_byte.h>#include <iosfwd>Go to the source code of this file.
Classes | |
| class | Botan::BigInt |
| struct | Botan::BigInt::DivideByZero |
Namespaces | |
| namespace | Botan |
| namespace | std |
Functions | |
| bool | Botan::operator!= (const BigInt &a, const BigInt &b) |
| 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, const BigInt &y) |
| BigInt | Botan::operator- (const BigInt &x, const BigInt &y) |
| BigInt | Botan::operator/ (const BigInt &x, const BigInt &y) |
| bool | Botan::operator< (const BigInt &a, const BigInt &b) |
| std::ostream & | Botan::operator<< (std::ostream &stream, const BigInt &n) |
| BigInt | Botan::operator<< (const BigInt &x, size_t shift) |
| bool | Botan::operator<= (const BigInt &a, const BigInt &b) |
| bool | Botan::operator== (const BigInt &a, const BigInt &b) |
| bool | Botan::operator> (const BigInt &a, const BigInt &b) |
| bool | Botan::operator>= (const BigInt &a, const BigInt &b) |
| std::istream & | Botan::operator>> (std::istream &stream, BigInt &n) |
| BigInt | Botan::operator>> (const BigInt &x, size_t shift) |
| template<> | |
| void | std::swap< Botan::BigInt > (Botan::BigInt &x, Botan::BigInt &y) |
1.7.6.1