aboutsummaryrefslogtreecommitdiff
path: root/src/bench/crypto_hash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Specialized double sha256 for 64 byte inputsPieter Wuille2018-05-291-0/+9
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Improved microbenchmarking with multiple features.Martin Ankerl2017-12-231-20/+15
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-10/+10
* Changing &vec[0] to vec.data(), what 9804 missedMeshCollider2017-09-081-1/+1
* Prevent warning: variable 'x' is uninitializedPavel Janík2017-04-251-2/+2
* FastRandom benchmarkPieter Wuille2017-03-291-0/+25
* Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-5/+5
* Benchmark SipHashPieter Wuille2016-05-281-0/+25
* bench: Add crypto hash benchmarksWladimir J. van der Laan2016-05-111-0/+53