Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-21 | fuzz: Use LIMITED_WHILE instead of limit_max_ops | MarcoFalke | |
2021-06-17 | fuzz: Speed up crypto fuzz target | MarcoFalke | |
2021-02-22 | scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext | MarcoFalke | |
-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-15 | fuzz: Remove expensive and redundant muhash from crypto fuzz target | MarcoFalke | |
2021-01-11 | fuzz: Introduce CallOneOf helper to replace switch-case | MarcoFalke | |
Can be reviewed with --ignore-all-space | |||
2020-12-21 | test: Add MuHash3072 fuzz test | Fabian Jahr | |
2020-12-10 | fuzz: Link all targets once | MarcoFalke | |
2020-09-10 | tests: Add fuzzing harness for Keccak and SHA3_256 | practicalswift | |
2020-07-30 | Make Hash[160] consume range-like objects | Pieter Wuille | |
2020-07-30 | Make CHash256/CHash160 output to Span | Pieter Wuille | |
2020-07-30 | Make CHash256 and CHash160 consume Spans | Pieter Wuille | |
2020-06-15 | tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,256,512}, ↵ | practicalswift | |
CRIPEMD160, CSipHasher, etc. |