aboutsummaryrefslogtreecommitdiff
path: root/src/test/hash_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-16/+16
* 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-3/+3
* scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-1/+1
* scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-1/+1
* Add specialization of SipHash for 256 + 32 bit dataPieter Wuille2017-05-261-0/+17
* 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