![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
class | bignum_error |
Errors thrown by the bignum class. More... | |
class | CAutoBN_CTX |
RAII encapsulated BN_CTX (OpenSSL bignum context) More... | |
class | CBigNum |
C++ wrapper for BIGNUM (OpenSSL bignum) More... | |
Functions | |
const CBigNum | operator+ (const CBigNum &a, const CBigNum &b) |
const CBigNum | operator- (const CBigNum &a, const CBigNum &b) |
const CBigNum | operator- (const CBigNum &a) |
const CBigNum | operator* (const CBigNum &a, const CBigNum &b) |
const CBigNum | operator/ (const CBigNum &a, const CBigNum &b) |
const CBigNum | operator% (const CBigNum &a, const CBigNum &b) |
const CBigNum | operator<< (const CBigNum &a, unsigned int shift) |
const CBigNum | operator>> (const CBigNum &a, unsigned int shift) |
bool | operator== (const CBigNum &a, const CBigNum &b) |
bool | operator!= (const CBigNum &a, const CBigNum &b) |
bool | operator<= (const CBigNum &a, const CBigNum &b) |
bool | operator>= (const CBigNum &a, const CBigNum &b) |
bool | operator< (const CBigNum &a, const CBigNum &b) |
bool | operator> (const CBigNum &a, const CBigNum &b) |