aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/muhash.cpp
AgeCommit message (Collapse)Author
2021-02-22scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContextMarcoFalke
-BEGIN VERIFY SCRIPT- # Rename sed -i -e 's/MakeFuzzingContext/MakeNoLogFileContext/g' $(git grep -l MakeFuzzingContext) # Bump the copyright of touched files in this scripted diff to avoid touching them again later ./contrib/devtools/copyright_header.py update ./src/test/fuzz/ -END VERIFY SCRIPT-
2021-02-15fuzz: Remove expensive and redundant muhash from crypto fuzz targetMarcoFalke
2021-01-08fuzz: Add missing muhash registrationMarcoFalke
2020-12-22fuzz: Add MuHash consistency fuzz testFabian Jahr