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
/
test
/
fuzz
/
base_encode_decode.cpp
Age
Commit message (
Expand
)
Author
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2023-01-13
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-13
Adapt to libsecp256k1 API changes
Pieter Wuille
2022-04-27
Use std::string_view throughout util strencodings/string
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-06-18
fuzz: add missing ECCVerifyHandle to base_encode_decode
Andrew Poelstra
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-11
tests: Fuzz DecodeBase64PSBT(...)
practicalswift
2019-12-16
tests: Add fuzzing harness for various Base{32,58,64} related functions
practicalswift