|
Electroneum
|

Go to the source code of this file.
Macros | |
| #define | BIGINTEGER_LITERAL(s) |
Functions | |
| TEST (BigInteger, Constructor) | |
| TEST (BigInteger, AddUint64) | |
| TEST (BigInteger, MultiplyUint64) | |
| TEST (BigInteger, MultiplyUint32) | |
| TEST (BigInteger, LeftShift) | |
| TEST (BigInteger, Compare) | |
| #define BIGINTEGER_LITERAL | ( | s | ) |
Definition at line 21 of file bigintegertest.cpp.
| TEST | ( | BigInteger | , |
| AddUint64 | ) |
Definition at line 44 of file bigintegertest.cpp.
| TEST | ( | BigInteger | , |
| Compare | ) |
Definition at line 130 of file bigintegertest.cpp.
| TEST | ( | BigInteger | , |
| Constructor | ) |
Definition at line 28 of file bigintegertest.cpp.
| TEST | ( | BigInteger | , |
| LeftShift | ) |
Definition at line 107 of file bigintegertest.cpp.
| TEST | ( | BigInteger | , |
| MultiplyUint32 | ) |
Definition at line 85 of file bigintegertest.cpp.
| TEST | ( | BigInteger | , |
| MultiplyUint64 | ) |
Definition at line 63 of file bigintegertest.cpp.