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.zig
Age
Commit message (
Expand
)
Author
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
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
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-05-22
std.crypto.ff - Alloc-free, constant-time field arithmetic for crypto (#15795)
Frank Denis
2023-04-21
AEGIS MAC: add support for 128-bit tags (#15379)
Frank Denis
2023-04-14
std.crypto.aegis: support 256-bit tags (#15276)
Frank Denis
2023-03-21
Remove Gimli and Xoodoo from the standard library (#14928)
Frank Denis
2023-03-15
Add Kyber post-quantum key encapsulation mechanism (#14902)
Bas Westerbaan
2023-03-14
Move std.crypto.config options to std.options (#14906)
Frank Denis
2023-03-13
Add configurable side channels mitigations; enable them on soft AES (#13739)
Frank Denis
2023-03-02
crypto.hash.sha3: make permutation generic and public, add SHAKE (#14756)
Frank Denis
2023-02-16
crypto: add AES-CMAC (RFC 4493) (#14545)
Chris Boesch
2023-02-13
std.crypto: add the Ascon permutation
Frank Denis
2023-01-02
remove std.crypto.der
Andrew Kelley
2023-01-02
std.crypto.tls: validate previous certificate
Andrew Kelley
2023-01-02
introduce std.crypto.CertificateBundle
Andrew Kelley
2023-01-02
extract std.crypto.tls.Client into separate namespace
Andrew Kelley
2023-01-02
std.http reorg; introduce std.crypto.Tls
Andrew Kelley
2022-12-14
std: remove OOM workarounds
Andrew Kelley
2022-11-22
std.crypto.auth: add AEGIS MAC (#13607)
Frank Denis
2022-11-20
Add the POLYVAL universal hash function
Frank Denis
2022-11-06
crypto.salsa20: make the number of rounds a comptime parameter (#13442)
Frank Denis
2022-07-01
crypto: add the Xoodoo permutation, prepare for Gimli deprecation (#11866)
Frank Denis
2022-07-01
std.crypto.hash: allow creating hash functions from compositions (#11965)
Frank Denis
2022-06-29
std.crypto.ecc: add support for the secp256k1 curve (#11880)
Frank Denis
2022-06-15
std/crypto: add support for ECDSA signatures (#11855)
Frank Denis
2022-05-31
crypto: add support for the NIST P-384 curve (#11735)
Frank Denis
2022-01-31
a small crusade against std.meta.declarations
Andrew Kelley
2022-01-25
std.crypto.random: `Random`s are no longer passed by reference
Meghan
2021-11-15
add argon2 kdf (#9756)
lucky
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-09
reexport crypto/phc_encoding (#9712)
lucky
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
add scrypt kdf (#9577)
lucky
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-01
std.crypto: add support for the NIST P-256 curve (#8627)
Frank Denis
2021-04-20
std/crypto: use finer-grained error sets in function signatures (#8558)
Frank Denis
2021-03-17
std/crypto/chacha20: add round-reduced versions & cleanup internals
Frank Denis
2021-03-14
Use a unified error set for std/crypto/*
Frank Denis
2021-02-28
std/crypto: add AES-OCB
Frank Denis
2021-01-04
ci: skip crypto tests on windows
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-11-16
std/crypto: add ISAPv2 (ISAP-A-128a) AEAD
Frank Denis
2020-11-07
Add mem.timingSafeEql() for constant-time array comparison
Frank Denis
2020-11-05
std.crypto: namespace constructions a bit more
Frank Denis
2020-10-28
PascalCase *box names, remove unneeded comptime & parenthesis
Frank Denis
2020-10-25
std/crypto: add the bcrypt password hashing function
Frank Denis
2020-10-25
Add (X)Salsa20 and NaCl boxes
Frank Denis
[next]