Botan 3.4.0
Crypto and TLS for C&
Classes | Namespaces | Functions
bigint.h File Reference

Public Header. More...

#include <botan/exceptn.h>
#include <botan/mem_ops.h>
#include <botan/secmem.h>
#include <botan/types.h>
#include <iosfwd>
#include <span>

Go to the source code of this file.

Classes

class  Botan::BigInt
 

Namespaces

namespace  Botan
 

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)
 

Detailed Description

Public Header.

Definition in file bigint.h.