aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp
AgeCommit message (Expand)Author
2023-08-17crypto: require key on ChaCha20 initializationPieter Wuille
2023-08-17crypto: refactor ChaCha20 classes to use Span<std::byte> interfacePieter Wuille
2023-07-07crypto: Implement RFC8439-compatible variant of ChaCha20Pieter Wuille
2023-01-30Inline ChaCha20 32-byte specific constantsPieter Wuille
2023-01-30Only support 32-byte keys in ChaCha20{,Aligned}Pieter Wuille
2023-01-30Make unrestricted ChaCha20 cipher not waste keystream bytesPieter Wuille
2023-01-30Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64Pieter Wuille
2022-04-26Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2021-12-17Refactor the chacha20 differential fuzz teststratospher
2021-12-11[fuzz] Add fuzzing harness to compare both implementations of ChaCha20stratospher
2021-12-11[fuzz] Add D. J. Bernstein's implementation of ChaCha20stratospher