aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/message.cpp
AgeCommit message (Expand)Author
2024-05-16util: move util/message to common/signmessageRyan Ofsky
2024-05-09test: Use ECC_Context helper in bench and fuzz testsRyan Ofsky
2023-09-06fuzz: introduce and use `ConsumePrivateKey` helperSebastian Falbesoner
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2022-12-13Adapt to libsecp256k1 API changesPieter Wuille
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-05-14Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.practicalswift
2020-04-27tests: Add fuzzing harness for MessageSign, MessageVerify and other functions...practicalswift