|
Monero
|

Macros | |
| #define | BIGINTEGER_LITERAL(s) |
Functions | |
| static const BigInteger | kZero (0) |
| static const BigInteger | kOne (1) |
| TEST (BigInteger, Constructor) | |
| TEST (BigInteger, AddUint64) | |
| TEST (BigInteger, MultiplyUint64) | |
| TEST (BigInteger, MultiplyUint32) | |
| TEST (BigInteger, LeftShift) | |
| TEST (BigInteger, Compare) | |
Variables | |
| static const BigInteger | kUint64Max = BIGINTEGER_LITERAL("18446744073709551615") |
| static const BigInteger | kTwo64 = BIGINTEGER_LITERAL("18446744073709551616") |
| #define BIGINTEGER_LITERAL | ( | s | ) |
|
static |
|
static |
| TEST | ( | BigInteger | , |
| AddUint64 | ) |
| TEST | ( | BigInteger | , |
| Compare | ) |
| TEST | ( | BigInteger | , |
| Constructor | ) |
| TEST | ( | BigInteger | , |
| LeftShift | ) |
| TEST | ( | BigInteger | , |
| MultiplyUint32 | ) |
| TEST | ( | BigInteger | , |
| MultiplyUint64 | ) |
|
static |
|
static |