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-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
2025-08-07
http fixes
Andrew Kelley
2025-08-07
std.crypto.tls: rework for new std.Io API
Andrew Kelley
2025-08-07
Merge pull request #24199 from Justus2308/24106-fmt-casts
Matthew Lugg
2025-08-05
crypto: fix typo in ecdsa comment
David Rubin
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-22
std.tar: update to new I/O API
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-14
std.crypto: fix Sha1 namespace
Andrew Kelley
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2025-07-13
Add documentation to std.crypto.aes_gcm.AesGcm.encrypt (#24427)
Marcos Gutiérrez Alonso
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
[next]