Age | Commit message (Expand) | 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 |
2023-01-30 | Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64 | Pieter Wuille |
2023-01-30 | Split ChaCha20 into aligned/unaligned variants | Pieter Wuille |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-05-04 | Unroll the ChaCha20 inner loop for performance | Pieter Wuille |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-05-03 | Add ChaCha20 encryption option (XOR) | Jonas Schnelli |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-03-29 | Add ChaCha20 | Pieter Wuille |