aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/chacha20.zig
AgeCommit message (Expand)Author
2025-09-20coerce vectors to arrays rather than inline forAndrew Kelley
2025-09-20compiler: require comptime vector indexesAndrew Kelley
2025-07-13std.crypto: remove `inline` from most functionsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-06-01Legalize: implement scalarization of `@shuffle`Jacob Young
2025-01-16x86_64: looped instructionsJacob Young
2024-08-09std.crypto: better names for everything in utilsAndrew Kelley
2024-07-22Fix function definition: ChaCha20With64BitNonce counter is u64 (#20734)Frank Denis
2024-06-23std.crypto.chacha: fix typo in XChaChaIETF.stream() (#20399)Frank Denis
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-26x86_64: add missing spillsJacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-08-14std.crypto.aead: Consistent decryption tail and doc fixes (#16781)e4m2
2023-07-17Small documentation fixes on `std.crypto` (#16427)Luiz Berti
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-23std.crypto.chacha: remove the hack for ChaCha with a 64-bit counter (#15818)Frank Denis
2023-05-22std.crypto.chacha: support larger vectors on AVX2 and AVX512 targets (#15809)Frank Denis
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-03-21Remove Gimli and Xoodoo from the standard library (#14928)Frank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-20std/crypto: use finer-grained error sets in function signatures (#8558)Frank Denis
2021-03-17std/crypto/chacha20: add round-reduced versions & cleanup internalsFrank Denis
2021-03-14Use a unified error set for std/crypto/*Frank Denis
2021-03-01std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slicesLemonBoy
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2020-12-31Year++Frank Denis
2020-11-05Now that they support vectors, use math.rot{l,r}Frank Denis
2020-10-28PascalCase *box names, remove unneeded comptime & parenthesisFrank Denis
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-10-10Simpler ChaCha20 vector codeFrank Denis
2020-10-10Use an array of comptime_int for shuffle masksFrank Denis
2020-10-10std/crypto: add a vectorized ChaCha20 implementationFrank Denis
2020-09-08std: clean up bitrotten imports in cryptoxackus
2020-08-26Rename `at` to `tag` in AEADsFrank Denis
2020-08-26Improve crypto benchmarksFrank Denis
2020-08-20Breaking: sort std/crypto functions into categoriesFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley