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
/
ml_kem.zig
Age
Commit message (
Expand
)
Author
2025-11-21
std.crypto.ml_kem: disable some tests on s390x with vector support
Alex Rønne Petersen
2025-11-18
Align ML-KEM code with ML-DSA (#25964)
Frank Denis
2025-09-18
std.crypto.ml_kem: disable some Kyber tests on LoongArch with LSX
Alex Rønne Petersen
2025-08-28
std.crypto.ml_kem: update to not use GenericWriter
Andrew Kelley
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2024-11-19
std.crypto: make the key pair API creation consistent (#21955)
Frank Denis
2024-09-02
std.crypto.ml_kem: Reduce test iteration counts from 100 to 10. (#21285)
Alex Rønne Petersen
2024-08-22
Rename the namespace for ml_kem variants of Kyber to nist
Frank Denis
2024-08-22
Update ML-KEM to the final specification
Frank Denis
2024-08-09
std.crypto: better names for everything in utils
Andrew Kelley
2024-07-31
remove hard tabs from source code
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-03-12
ml_kem.zig: inLen -> in_len (#19269)
Frank Denis
2024-03-10
Fix typo in an old comment, and avoid useless hash
Frank Denis
2024-03-10
std.crypto: add support for ML-KEM
Frank Denis