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-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-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
2025-02-06
crypto/phc-encoding: forbid parameters named 'v' (#22569)
Frank Denis
2025-01-16
x86_64: fix crashes compiling the compiler and tests
Jacob Young
2025-01-16
x86_64: looped instructions
Jacob Young
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-12-14
argon2: bail out if m < 8p (#22232)
Frank Denis
2024-12-11
Reinstantiates AEGIS-MAC with the final construction (#22205)
Frank Denis
2024-12-04
Remove parallel variants of AEGIS-MAC (#22146)
Frank Denis
2024-11-22
std.crypto.bcrypt: implement the actual OpenSSH KDF (#22027)
Frank Denis
2024-11-22
std.crypto.aes: introduce AES block vectors (#22023)
Frank Denis
2024-11-20
crypto.keccak.State: add checks to prevent insecure transitions (#22020)
Frank Denis
2024-11-20
crypto.aes.soft: use std.atomic.cache_line instead of a harcoded value (#22026)
Frank Denis
2024-11-19
std.crypto: make the key pair API creation consistent (#21955)
Frank Denis
2024-11-10
crypto.ascon: support up to 16 rounds, and update links (#21953)
Frank Denis
2024-11-07
std.crypto.tls: add support for secp384r1 key share
Jacob Young
2024-11-07
std.crypto.tls: advertise all supported signature algorithms
Jacob Young
2024-11-07
std.crypto.tls: support the same key sizes as certificate verification
Jacob Young
2024-11-07
std.crypto.tls: support handshake fragments
Jacob Young
2024-11-07
std.crypto.tls: improve debuggability of encrypted connections
Jacob Young
2024-11-07
std.crypto.tls: increase handshake buffer sizes
Jacob Young
2024-11-07
std.crypto.tls: remove hardcoded initial loop
Jacob Young
2024-11-07
std.crypto.tls: make verify data checks timing safe
Jacob Young
2024-11-07
std.crypto.tls: fix x25519_ml_kem768 key share
Jacob Young
2024-11-07
std.crypto: delete new functions that are only used once
Jacob Young
[next]