index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bench
/
base58.cpp
Age
Commit message (
Expand
)
Author
2020-08-12
util: make EncodeBase58Check consume Spans
Sebastian Falbesoner
2020-08-12
util: make EncodeBase58 consume Spans
Sebastian Falbesoner
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-05
Add bounds checks in key_io before DecodeBase58Check
Pieter Wuille
2019-10-15
Remove unused includes
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2018-11-05
tests: Explicitly ignore the return value of DecodeBase58(...)
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
Minimal code changes to allow msvc compilation.
Aaron Clauson
2017-07-15
Avoid static analyzer warnings regarding uninitialized arguments
practicalswift
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-06
[copyright] copyright header style uniform
isle2983
2016-05-27
bench: Added base58 encoding/decoding benchmarks
Yuri Zhykin