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
/
argon2.zig
Age
Commit message (
Expand
)
Author
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2024-12-14
argon2: bail out if m < 8p (#22232)
Frank Denis
2024-07-07
std.crypto.pwhash: Add recommended parameters (#20527)
Shun Sakai
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-03
x86_64: fix std test failures
Jacob Young
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-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-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-03-14
Argon2: properly handle outputs > 64 bytes in blake2Long() (#14914)
Frank Denis
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-06-20
std.crypto: fix invalid pass by value
Veikka Tuominen
2022-06-12
std: disable failing tests, add zig2 build test-std to CI
Veikka Tuominen
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-15
add argon2 kdf (#9756)
lucky