Age | Commit message (Expand) | Author |
---|---|---|
2023-01-30 | Only support 32-byte keys in ChaCha20{,Aligned} | Pieter Wuille |
2023-01-30 | Add fuzz test for testing that ChaCha20 works as a stream | Pieter Wuille |
2023-01-30 | Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64 | Pieter Wuille |
2021-11-12 | fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop | Andrew Poelstra |
2021-02-22 | scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext | MarcoFalke |
2021-01-11 | fuzz: Introduce CallOneOf helper to replace switch-case | MarcoFalke |
2020-12-10 | fuzz: Link all targets once | MarcoFalke |
2020-06-25 | tests: Add fuzzing harness for ChaCha20 | practicalswift |