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
/
benchmark.zig
Age
Commit message (
Expand
)
Author
2025-11-02
crypto.kt128: when using incremental hashing, use SIMD when possible (#25783)
Frank Denis
2025-11-01
Add std.crypto.hash.sha3.{KT128,KT256} - RFC 9861. (#25593)
Frank Denis
2025-11-01
Implement threaded BLAKE3 (#25587)
Frank Denis
2025-09-18
Remove usages of deprecatedWriter
andrewkraevskii
2025-09-17
std.crypto: add Ascon-AEAD, Ascon-Hash, Ascon-CHash (#25239)
Frank Denis
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-02-19
crypto.pwhash.bcrypt: make silently_truncate_password a member of Params (#22...
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.aes: introduce AES block vectors (#22023)
Frank Denis
2024-11-19
std.crypto: make the key pair API creation consistent (#21955)
Frank Denis
2024-04-14
std.crypto.pcurves.*: simpler, smaller, faster u64 addition with carry (#19644)
Frank Denis
2024-03-22
Change std.os.exit to std.process.exit
regeliv
2024-02-08
Replace std.rand references with std.Random
e4m2
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-02
Fix std.hash benchmarks (#15917)
Frank Denis
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
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-07
std.crypto.hash.sha3: add TurboSHAKE (#14824)
Frank Denis
2023-03-02
crypto.hash.sha3: make permutation generic and public, add SHAKE (#14756)
Frank Denis
2023-02-24
crypto/benchmark.zig: fix pointer capture of non pointer type (#14722)
Frank Denis
2023-02-16
crypto: add AES-CMAC (RFC 4493) (#14545)
Chris Boesch
2022-12-05
std.crypto benchmark: don't use a relative path to import std (#13772)
Frank Denis
2022-11-22
std.crypto.auth: add AEGIS MAC (#13607)
Frank Denis
2022-11-20
Add the POLYVAL universal hash function
Frank Denis
2022-10-27
Revamp the ed25519 API (#13309)
Frank Denis
2022-10-20
crypto/benchmark - replace testing allocator
Matheus C. França
2022-04-24
std: fix crypto and hash benchmark
jagt
2022-02-01
stage2: remove anytype fields from the language
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-15
add argon2 kdf (#9756)
lucky
2021-10-27
std.rand: Refactor `Random` interface
Ominitay
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update `hash` & `crypto` benchmarks run comment (#9790)
Ali Chraghi
2021-09-13
fix missing paths (#9754)
lucky
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
add scrypt kdf (#9577)
lucky
2021-06-14
CLI: rename --override-lib-dir to --zig-lib-dir
Andrew Kelley
2021-03-17
std/crypto/chacha20: add round-reduced versions & cleanup internals
Frank Denis
2021-02-28
std/crypto: add AES-OCB
Frank Denis
2021-02-28
std/crypto/benchmark: update format strings
Frank Denis
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-11-16
std/crypto: add ISAPv2 (ISAP-A-128a) AEAD
Frank Denis
2020-11-05
std.crypto: namespace constructions a bit more
Frank Denis
[next]