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-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
2023-10-26
x86_64: add missing spills
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Merge pull request #17407 from truemedian/http-ng
Andrew Kelley
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
std.http.Client: store *Connection instead of a pool node, buffer writes
Nameless
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-21
x86_64: disable difficult std tests and hack around more zero-bit types
Jacob Young
2023-10-21
crypto.ff: faster exponentiation with short/public exponents (#17617)
Frank Denis
2023-10-18
std certs: solaris can use the BSD path
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-30
solaris: load CA certs file
Ryan Zezeski
2023-08-14
std.crypto.aead: Consistent decryption tail and doc fixes (#16781)
e4m2
2023-07-24
Merge pull request #16516 from lacc97/std-crypto-certificate-parse-datetime
Andrew Kelley
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-07-23
std.crypto.Certificate: consistent param types for parseTimeDigits
Luis Cáceres
2023-07-23
std.crypto.Certificate: fix timedate parsing
Luis Cáceres
2023-07-19
Be more conservative in the description of Aegis256Mac (#16452)
Frank Denis
2023-07-18
Replace hand-written endian-specific loads with std.mem.readInt*() (#16431)
Frank Denis
2023-07-17
Small documentation fixes on `std.crypto` (#16427)
Luiz Berti
2023-07-17
std.crypto: add finalResult and peek api for Sha1 (#16426)
George Zhao
2023-07-14
std.crypto.sha3: Minor TurboSHAKE/Keccak fixes (#16408)
e4m2
2023-07-06
Client.zig: support rsa_pss_rsae_sha384 and rsa_pss_rsae_sha512
dec05eba
2023-07-02
tls certificates: support more BSDs
Michael Dusan
[next]