aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/chacha20.zig
AgeCommit message (Expand)Author
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