|
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) |
|
Public Header.
Definition in file bigint.h.