aboutsummaryrefslogtreecommitdiff
path: root/src/test/bignum_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce bignum.h now it is only needed for scriptnum_testsPieter Wuille2014-05-091-136/+0
* Move {Get,Set}Compact from bignum to uint256Pieter Wuille2014-05-091-88/+0
* Update moved and dead linksLuke Dashjr2014-03-241-5/+2
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Adds additional zero checks for setCompactNoel Tiernan2014-01-191-0/+36
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-7/+8
* Make util phexdigit array reusableOlivier Langlois2013-10-271-0/+8
* Fix signed/unsigned comparison warningsGavin Andresen2013-04-031-12/+12
* tests for SetCompact and GetCompact of CBigNumChristian von Roques2012-09-151-0/+53
* fix further spelling errors / remove a tab in the sourcePhilip Kaufmann2012-08-021-3/+3
* Move NOINLINE definition to test where it's used.Ricardo M. Correia2012-06-071-0/+16
* Use C++-style numeric limits instead of C-style.Ricardo M. Correia2012-05-311-3/+3
* Fix noinline definition so that it works for more compilers.Ricardo M. Correia2012-05-311-3/+2
* Add test case for CBigNum::setint64().Ricardo M. Correia2012-05-141-0/+110