aboutsummaryrefslogtreecommitdiff
path: root/src/bench/base58.cpp
AgeCommit message (Expand)Author
2020-08-12util: make EncodeBase58Check consume SpansSebastian Falbesoner
2020-08-12util: make EncodeBase58 consume SpansSebastian Falbesoner
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-05Add bounds checks in key_io before DecodeBase58CheckPieter Wuille
2019-10-15Remove unused includespracticalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2018-11-05tests: Explicitly ignore the return value of DecodeBase58(...)practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-23Improved microbenchmarking with multiple features.Martin Ankerl
2017-12-13Merge #11558: Minimal code changes to allow msvc compilationWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10Minimal code changes to allow msvc compilation.Aaron Clauson
2017-07-15Avoid static analyzer warnings regarding uninitialized argumentspracticalswift
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-11-06[copyright] copyright header style uniformisle2983
2016-05-27bench: Added base58 encoding/decoding benchmarksYuri Zhykin