aboutsummaryrefslogtreecommitdiff
path: root/src/test/hash_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-2/+0
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-2/+0
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Preserve tx version=1 for certain testsBtcDrak2016-12-081-1/+5
* Implement SipHash in PythonPieter Wuille2016-07-291-0/+4
* test: Add more test vectors for siphashWladimir J. van der Laan2016-06-081-0/+48
* Support SipHash with arbitrary byte writesPieter Wuille2016-06-071-4/+13
* Add SipHash-2-4 primitives to hashPieter Wuille2016-05-171-0/+20
* 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
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-1/+1
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-1/+3
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+6
* Add MurmurHash3() unit testPeter Todd2013-08-201-0/+44