aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/base_encode_decode.cpp
AgeCommit message (Expand)Author
2022-04-27Use std::string_view throughout util strencodings/stringPieter Wuille
2022-04-27Make DecodeBase{32,64} return optional instead of taking bool*Pieter Wuille
2022-04-27Make DecodeBase{32,64} always return vector, not stringPieter Wuille
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-06-18fuzz: add missing ECCVerifyHandle to base_encode_decodeAndrew Poelstra
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-03-11tests: Fuzz DecodeBase64PSBT(...)practicalswift
2019-12-16tests: Add fuzzing harness for various Base{32,58,64} related functionspracticalswift