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
Age
Commit message (
Expand
)
Author
2025-11-07
std.crypto: improve KT documentation, use key_length for B3 key length (#25807)
Frank Denis
2025-11-03
crypto - threaded K12: separate context computation from thread spawning (#25...
Frank Denis
2025-11-02
crypto.kt128: when using incremental hashing, use SIMD when possible (#25783)
Frank Denis
2025-11-01
Add std.crypto.hash.sha3.{KT128,KT256} - RFC 9861. (#25593)
Frank Denis
2025-11-01
Implement threaded BLAKE3 (#25587)
Frank Denis
2025-10-29
std.Io.Threaded: fix compilation failures on Windows
Andrew Kelley
2025-10-29
std: fix macos compilation errors
Andrew Kelley
2025-10-29
std.crypto.Certificate.Bundle: remove use of File.readAll
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-18
std: split up ecdsa tests
Matthew Lugg
2025-10-18
crypto.ecdsa: trim the number of tests we perform
Frank Denis
2025-10-18
tweak tests to avoid timeouts
mlugg
2025-10-15
Faster BLAKE3 implementation (#25574)
Frank Denis
2025-10-14
std.crypto: add AES-CCM and CBC-MAC (#25526)
aarvay
2025-10-09
std.crypto.tls.Client: fix infinite loop in std.Io.Writer.writeAll
marximimus
2025-10-04
correct ed25519 test case (#25445)
David Rubin
2025-09-20
coerce vectors to arrays rather than inline for
Andrew Kelley
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-09-20
std.crypto.ascon: disable Ascon-AEAD128 test on RISC-V with V support
Alex Rønne Petersen
2025-09-19
Merge pull request #25268 from alexrp/loongarch
Alex Rønne Petersen
2025-09-18
Remove usages of deprecatedWriter
andrewkraevskii
2025-09-18
std.crypto.ml_kem: disable some Kyber tests on LoongArch with LSX
Alex Rønne Petersen
2025-09-17
Merge pull request #25249 from jedisct1/siv
Andrew Kelley
2025-09-17
std.crypto: add Ascon-AEAD, Ascon-Hash, Ascon-CHash (#25239)
Frank Denis
2025-09-17
Avoid logic where we return success in case of an error (#25251)
Frank Denis
2025-09-16
Parallelize deriveKeys
Frank Denis
2025-09-16
Import crypto/aes_gcm_siv.zig
Frank Denis
2025-09-16
std.crypto: add AES-SIV and AES-GCM-SIV
Frank Denis
2025-09-08
std.crypto.ed25519: support cofactorless verification
Frank Denis
2025-09-08
ECDSA signature der encoding should produce smallest number of octets (#25177)
Igor Anić
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
std: disable `sha3-512 single` test on RISC-V with V support
Alex Rønne Petersen
2025-08-30
compiler: fix macos build
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.crypto.ml_kem: update to not use GenericWriter
Andrew Kelley
2025-08-28
std: delete most remaining uses of GenericWriter
Andrew Kelley
2025-08-28
std.Io: delete GenericWriter
Andrew Kelley
2025-08-27
Fix TLS 1.2 client key exchange to use negotiated named group (#25007)
Frank Denis
2025-08-25
Fix #24999: copy left-overs before we XOR into c. (#25001)
Erik Schlyter
2025-08-16
std: more reliable HTTP and TLS networking
Andrew Kelley
2025-08-15
crypto/aes_ocb.zig: actually check against test vectors (#24835)
Frank Denis
2025-08-14
Validate wildcard TLS certificates correctly (#24829)
Frank Denis
2025-08-13
std.crypto.aegis: Absorb ad instead of encrypting it.
Erik Schlyter
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
Merge pull request #24740 from ziglang/http-plus-fixes
Andrew Kelley
2025-08-07
std.Io: delete CountingWriter
Andrew Kelley
2025-08-07
std.crypto.tls.Client: always write to buffer
Andrew Kelley
2025-08-07
TLS, HTTP, and package fetching fixes
Andrew Kelley
2025-08-07
fix 32-bit builds
Andrew Kelley
[next]