Botan 3.0.0
Crypto and TLS for C&
|
Public Header. More...
#include <botan/types.h>
#include <botan/secmem.h>
#include <botan/exceptn.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | Botan::BigInt |
Namespaces | |
namespace | Botan |
namespace | std |
Functions | |
bool | Botan::operator!= (const BigInt &a, const BigInt &b) |
bool | Botan::operator!= (const BigInt &a, word 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, word y) |
BigInt | Botan::operator* (word x, const BigInt &y) |
BigInt | Botan::operator+ (const BigInt &x, const BigInt &y) |
BigInt | Botan::operator+ (const BigInt &x, word y) |
BigInt | Botan::operator+ (word x, const BigInt &y) |
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) |
bool | Botan::operator< (const BigInt &a, const BigInt &b) |
bool | Botan::operator< (const BigInt &a, word b) |
BigInt | Botan::operator<< (const BigInt &x, size_t shift) |
std::ostream & | Botan::operator<< (std::ostream &stream, const BigInt &n) |
bool | Botan::operator<= (const BigInt &a, const BigInt &b) |
bool | Botan::operator<= (const BigInt &a, word b) |
bool | Botan::operator== (const BigInt &a, const BigInt &b) |
bool | Botan::operator== (const BigInt &a, word b) |
bool | Botan::operator> (const BigInt &a, const BigInt &b) |
bool | Botan::operator> (const BigInt &a, word b) |
bool | Botan::operator>= (const BigInt &a, const BigInt &b) |
bool | Botan::operator>= (const BigInt &a, word b) |
BigInt | Botan::operator>> (const BigInt &x, size_t shift) |
std::istream & | Botan::operator>> (std::istream &stream, BigInt &n) |
template<> | |
void | std::swap< Botan::BigInt > (Botan::BigInt &x, Botan::BigInt &y) |
Public Header.
Definition in file bigint.h.