aboutsummaryrefslogtreecommitdiff
path: root/src/test/uint256_tests.cpp
AgeCommit message (Expand)Author
2014-05-09Move {Get,Set}Compact from bignum to uint256Pieter Wuille
2014-05-09Add multiplication and division to uint160/uint256Pieter Wuille
2014-05-09Exception instead of assigning 0 in case of wrong vector lengthPieter Wuille
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2013-12-25Unittests for uint256.hThomas Holenstein
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-27Make util phexdigit array reusableOlivier Langlois
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen
2011-08-08Cleanup test suite output to be more useful.Matt Corallo
2011-08-08Fix testing setupVegard Nossum
2011-06-27Boost unit-testing framework.Gavin Andresen