aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/_chacha20/chacha20.odin
Commit message (Expand)AuthorAgeFilesLines
* Remove `core:mem` import from `core:crypto`.Jeroen van Rijn3 days1-4/+4
* core/crypto: Switch to using `ensure`Yawning Angel2025-03-231-14/+11
* core/crypto: Use `panic_contextless` instead of `intrinsics.trap`Yawning Angel2025-03-231-2/+1
* core/crypto/chacha20: Change API terminology to be consistent with AESYawning Angel2024-08-101-11/+11
* core/crypto/chacha20: Use 128-bit/256-bit SIMDYawning Angel2024-08-101-0/+123