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-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
2024-04-14
std.crypto.pcurves.*: simpler, smaller, faster u64 addition with carry (#19644)
Frank Denis
2024-04-09
std.crypto.Certificate: support 3072 bits RSA certificate (#19591)
Andrew Kelley
2024-04-09
crypto.sha3: implement constructions from NIST SP 800-185 (#19533)
Frank Denis
2024-03-22
Change std.os.exit to std.process.exit
regeliv
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-12
{aegis,aes_gcm}: fix overflow with large inputs on 32-bit systems (#19270)
Frank Denis
2024-03-12
ml_kem.zig: inLen -> in_len (#19269)
Frank Denis
2024-03-11
Merge pull request #19239 from jedisct1/ml-kem
Andrew Kelley
2024-03-11
std.crypto.pcurves fixes (#19245)
Frank Denis
2024-03-10
Fix typo in an old comment, and avoid useless hash
Frank Denis
2024-03-10
std.crypto: add support for ML-KEM
Frank Denis
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-25
x86_64: implement more shuffles
Jacob Young
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-25
x86_64: fix incorrect mnemonic selection
Jacob Young
2024-02-12
x86_64: implement `@byteSwap` of big integers
Jacob Young
2024-02-12
x86_64: implement shifts of big integers
Jacob Young
2024-02-08
Replace std.rand references with std.Random
e4m2
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-02-04
x86_64: fix errors compiling the compiler
Jacob Young
2024-02-02
tls: support ed25519 signatures
Jacob Young
2024-01-27
std: remove meta.globalOption
Veikka Tuominen
2024-01-22
std.io: replace readStructBig with readStructEndian
Tristan Ross
2024-01-16
Fix TLS record overflow by limiting inner record length to 2^14
melonedo
2024-01-16
tls client interface consistency fix
Purrie
2024-01-01
Deprecate `suggestVectorSize` in favor of `suggestVectorLength`
Carl Ã…stholm
2023-12-22
std.crypto.kem.kyber: mitigate KyberSlash (#18316)
Frank Denis
2023-12-01
verify_buffer is not expected to be sentinel-terminated
Frank Denis
2023-12-01
TLS: The 0x1306 TLS identifier was updated to TLS_AEGIS_256_SHA512
Frank Denis
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-11-22
std.crypto.ff: simplify implementation
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-08
Curve25519.fromEdwards25519(): don't assume normalized coordinates (#17920)
Frank Denis
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-27
x86_64: fix `cond_br`
Jacob Young
[next]