aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/key_io.cpp
AgeCommit message (Expand)Author
2024-05-09test: Use ECC_Context helper in bench and fuzz testsRyan Ofsky
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
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-07-04fuzz: Move CTxDestination fuzzing to script fuzz targetMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-03-11fuzz: Add missing ECC_Start to key_io testMarcoFalke
2020-03-07tests: Add key_io fuzzing harnesspracticalswift