aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/chacha20.zig
AgeCommit message (Expand)Author
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
2020-08-17No need for an explicit derefFrank Denis
2020-08-17std/crypto: XChaCha20, detached modes and standard AEAD APIFrank Denis
2020-03-19update std lib to take advantage of slicing with comptime indexesAndrew Kelley
2020-01-01std.mem.compare: breaking API changesAndrew Kelley
2019-12-30Fix segfault by not reassigning to function parameterlukechampine
2019-12-30chacha: Fix open docstringlukechampine
2019-12-30chacha: Use error set instead of boollukechampine
2019-12-30chacha20poly1305: Return false on short ciphertextlukechampine
2019-12-30chacha20poly1305: verify tag in constant timelukechampine
2019-12-30crypto: Add chacha20poly1305lukechampine
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley