index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
crypto
/
salsa20.zig
Age
Commit message (
Expand
)
Author
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2025-07-01
std.crypto.salsa20: Disable some tests on RISC-V with vector support
Alex Rønne Petersen
2024-11-19
std.crypto: make the key pair API creation consistent (#21955)
Frank Denis
2024-08-09
std.crypto: better names for everything in utils
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-02-25
x86_64: implement more shuffles
Jacob Young
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-26
x86_64: add missing spills
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-08-14
std.crypto.aead: Consistent decryption tail and doc fixes (#16781)
e4m2
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-11-06
crypto.salsa20: make the number of rounds a comptime parameter (#13442)
Frank Denis
2022-03-30
replace other uses of `std.meta.Vector` with `@Vector` (#11346)
Meghan
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-20
std/crypto: use finer-grained error sets in function signatures (#8558)
Frank Denis
2021-03-14
Use a unified error set for std/crypto/*
Frank Denis
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2020-12-31
Year++
Frank Denis
2020-12-28
std/crypto: increment the correct words for vectorized salsa20
Frank Denis
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-11-07
Add mem.timingSafeEql() for constant-time array comparison
Frank Denis
2020-11-05
Now that they support vectors, use math.rot{l,r}
Frank Denis
2020-10-29
std/crypto/x25519: return encoded points directly + ed->mont map
Frank Denis
2020-10-29
std/crypto: vectorize Salsa20
Frank Denis
2020-10-28
PascalCase *box names, remove unneeded comptime & parenthesis
Frank Denis
2020-10-26
std/*: add missing MIT license headers
Frank Denis
2020-10-25
Add (X)Salsa20 and NaCl boxes
Frank Denis