Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-30 | Inline ChaCha20 32-byte specific constants | Pieter Wuille | |
2023-01-30 | Only support 32-byte keys in ChaCha20{,Aligned} | Pieter Wuille | |
2023-01-30 | Make unrestricted ChaCha20 cipher not waste keystream bytes | Pieter Wuille | |
Co-authored-by: dhruv <856960+dhruv@users.noreply.github.com> | |||
2023-01-30 | Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64 | Pieter Wuille | |
2022-04-26 | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant) | practicalswift | |
2021-12-17 | Refactor the chacha20 differential fuzz test | stratospher | |
2021-12-11 | [fuzz] Add fuzzing harness to compare both implementations of ChaCha20 | stratospher | |
Co-authored-by: Prakash Choudhary <44579179+prakash1512@users.noreply.github.com> | |||
2021-12-11 | [fuzz] Add D. J. Bernstein's implementation of ChaCha20 | stratospher | |
Co-authored-by: Prakash Choudhary <44579179+prakash1512@users.noreply.github.com> |