aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/crypto.cpp
AgeCommit message (Expand)Author
2021-06-17fuzz: Speed up crypto fuzz targetMarcoFalke
2021-02-22scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContextMarcoFalke
2021-02-15fuzz: Remove expensive and redundant muhash from crypto fuzz targetMarcoFalke
2021-01-11fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2020-12-21test: Add MuHash3072 fuzz testFabian Jahr
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-09-10tests: Add fuzzing harness for Keccak and SHA3_256practicalswift
2020-07-30Make Hash[160] consume range-like objectsPieter Wuille
2020-07-30Make CHash256/CHash160 output to SpanPieter Wuille
2020-07-30Make CHash256 and CHash160 consume SpansPieter Wuille
2020-06-15tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,256,512}, CRIPE...practicalswift