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
/
aes
/
soft.zig
Age
Commit message (
Expand
)
Author
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2024-11-22
std.crypto.aes: introduce AES block vectors (#22023)
Frank Denis
2024-11-20
crypto.aes.soft: use std.atomic.cache_line instead of a harcoded value (#22026)
Frank Denis
2024-08-21
std: update eval branch quotas after bdbc485
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-07-18
Replace hand-written endian-specific loads with std.mem.readInt*() (#16431)
Frank Denis
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-05-16
workaround AstGen's love for copying arrays
Veikka Tuominen
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-02-18
improve error message for byref capture of byval array
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-05-25
std.crypto: cosmetic improvement to AES multiplication algorithm (#11616)
Helio Machado
2022-05-09
std.crypto: generate AES constants at compile time (#11612)
Helio Machado
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2020-12-31
Year++
Frank Denis
2020-10-24
Fix a typo (s/multple/multiple/)
Frank Denis
2020-10-17
std/crypto: make the whole APIs more consistent
Frank Denis
2020-09-29
std/crypto: add the AEGIS128L AEAD
Frank Denis
2020-09-24
Revamp crypto/aes
Frank Denis