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-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
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-07-01
std.crypto.salsa20: Disable some tests on RISC-V with vector support
Alex Rønne Petersen
2025-06-05
std.crypto.Certificate.Bundle: haiku support
Elaine Gibson
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-01
Legalize: implement scalarization of `@shuffle`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-05-16
std: remove `std.crypto.Certificate.Parsed.pubKeySigAlgo` method (#23811)
HydroH
2025-05-12
Merge pull request #23700 from sorairolake/rename-trims
Alex Rønne Petersen
2025-05-05
std: fix compile errors in `std.crypto.ecc` (#23797)
HydroH
2025-05-05
crypto: add `sub` function to `Ristretto255` (#23724)
David Rubin
2025-04-29
fixed codecs.zig (#23706)
Deatil
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-04-20
crypto.ecdsa: add the ability to sign/verify prehashed messages (#23607)
Frank Denis
2025-04-15
crypto.ecdsa: stricter DER decoding of signatures (#23554)
Frank Denis
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-12
std.crypto: add constant-time codecs (#23420)
Frank Denis
2025-03-29
crypto.ecdsa: fix EcdsaP384Sha3_384 constant name (#23403)
Frank Denis
2025-03-15
typo: was issues -> was issued
Roman Frołow
2025-03-11
std: Add support for SerenityOS in various places
Linus Groh
2025-03-08
std.time.epoch: change getDaysInMonth to accept the year as an argument
Jeremy Hertel
2025-03-02
crypto.pcurves.common: generalize invert() (#23039)
Frank Denis
2025-02-22
std.crypto.tlcsprng: Fix hardcoded use of defaultRandomSeed()
Linus Groh
2025-02-22
std.crypto.asn1: fix merge conflicts
Andrew Kelley
2025-02-22
Merge pull request #19976 from clickingbuttons/asn1
Andrew Kelley
2025-02-22
zig build fmt
Andrew Kelley
2025-02-21
crypto.Ed25519.KeyPair: return an error rather than assert
Frank Denis
2025-02-20
rescanMac: Avoid overallocating/overreading by millions of bytes
Ryan Liptak
2025-02-20
std.crypto: add the ability to explicitly tag a value as secret (#19907)
Frank Denis
2025-02-20
Clarify that ed25519.generateDeterministic() can be used outside tests
Frank Denis
2025-02-19
crypto.pwhash.bcrypt: make silently_truncate_password a member of Params (#22...
Frank Denis
2025-02-18
Skip empty/invalid records/certs in MacOS keychain files
Ryan Liptak
2025-02-17
crypto.auth.Aegis128X*Mac: properly absorb tags in the first lane (#22922)
Frank Denis
2025-02-09
Read System.keychain as well as SystemRootCertificates.keychain for MacOS CA ...
Don
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
[prev]
[next]