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
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
2024-11-07
std.crypto.tls: support more key share params
Jacob Young
2024-11-07
std.crypto.tls: fix fetching https://nginx.org
Jacob Young
2024-11-07
std.crypto.tls: implement TLSv1.2
Jacob Young
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-28
closes #21824 (#21832)
Bruno Franca dos Reis
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-09-24
Add post-quantum key agreement X25519MLKEM768
Frank Denis
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-02
std.crypto.ml_kem: Reduce test iteration counts from 100 to 10. (#21285)
Alex Rønne Petersen
2024-08-29
std: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
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-21
std: update eval branch quotas after bdbc485
mlugg
2024-08-21
compiler: handle eval branch quota in memoized calls
mlugg
2024-08-09
std.crypto: better names for everything in utils
Andrew Kelley
2024-08-07
std.crypto.ecdsa: use separate function for null seed (#20953)
Jakub Dóka
2024-07-31
remove hard tabs from source code
Andrew Kelley
2024-07-23
Fix compilation issues in crypto.bccrypt and poly1305 (#20756)
Frank Denis
2024-07-22
Fix function definition: ChaCha20With64BitNonce counter is u64 (#20734)
Frank Denis
2024-07-21
tls.Client: implement record padding (#20558)
Igor Anić
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-07-14
std.crypto.ff: fix typo in `montgomery` boolean documentation (#20624)
bing
2024-07-12
tls.Client: fix out of bounds panic
Igor Anić
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-07-09
crypto.Certificate: case insensitive host name check
Igor Anić
2024-07-07
std.crypto.pwhash: Add recommended parameters (#20527)
Shun Sakai
2024-06-23
std.crypto.chacha: fix typo in XChaChaIETF.stream() (#20399)
Frank Denis
2024-06-04
crypto.edwards25519: add the ability to check for group membership (#20175)
Frank Denis
2024-06-04
sha3.keccak: allow Keccak[f=200] (#20181)
Frank Denis
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-03
Delete compile errors for deprecated decls
Ryan Liptak
2024-04-28
std.crypto.hash.sha2: cleanup add add more docs (#19744)
clickingbuttons
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-23
std.crypto: make ff.ct_unprotected.limbsCmpLt compile (#19741)
clickingbuttons
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-04-20
Rename der_encoded_max_length to der_encoded_length_max
Frank Denis
2024-04-19
define std.crypto.sha2.Sha512224 (#19697)
Meghan Denny
[next]