aboutsummaryrefslogtreecommitdiff
path: root/src/test/uint256_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* [test] Add tests for self usage in arith_uint256Karl-Johan Alm2018-03-011-0/+13
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-4/+4
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-19/+19
* Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-4/+4
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Add tests for new uint256Wladimir J. van der Laan2015-01-051-0/+268
* uint256->arith_uint256 blob256->uint256Wladimir J. van der Laan2015-01-051-837/+0
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Move {Get,Set}Compact from bignum to uint256Pieter Wuille2014-05-091-0/+129
* Add multiplication and division to uint160/uint256Pieter Wuille2014-05-091-0/+71
* Exception instead of assigning 0 in case of wrong vector lengthPieter Wuille2014-05-091-5/+5
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Unittests for uint256.hThomas Holenstein2013-12-251-15/+619
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+5
* Make util phexdigit array reusableOlivier Langlois2013-10-271-0/+9
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-3/+1
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-1/+3
* Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-191-1/+1
* Cleanup test suite output to be more useful.Matt Corallo2011-08-081-1/+1
* Fix testing setupVegard Nossum2011-08-081-0/+2
* Boost unit-testing framework.Gavin Andresen2011-06-271-0/+16