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.zig
Age
Commit message (
Expand
)
Author
2025-09-16
std.crypto: add AES-SIV and AES-GCM-SIV
Frank Denis
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2024-11-22
std.crypto.aes: introduce AES block vectors (#22023)
Frank Denis
2024-02-25
x86_64: fix incorrect mnemonic selection
Jacob Young
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
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-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-04-21
cbe: fix remaining aarch64 issues
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-03-22
TLS: Favor ChaCha over AES-based ciphers on CPUs without AES support (#15034)
Frank Denis
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-07
Revert "std.crypto.aes: use software implementation in comptime context (#137...
Frank Denis
2022-12-06
std.crypto.aes: use software implementation in comptime context (#13792)
Frank Denis
2022-01-28
std: break up some long lines
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-10
aes 128-bit key expansion test - properly test the inverse round keys (#9065)
Frank Denis
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-28
std: remove redundant comptime keyword
Andrew Kelley
2021-02-21
std: Add more error checking in hexToBytes
LemonBoy
2020-12-31
Year++
Frank Denis
2020-10-17
std/crypto: make the whole APIs more consistent
Frank Denis
2020-10-08
std/crypto/aes: add AES hardware acceleration on aarch64
Frank Denis
2020-09-24
Revamp crypto/aes
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-04-28
Split AES struct into AESEncrypt and AESDecrypt
Žiga Željko
2020-03-19
update std lib to take advantage of slicing with comptime indexes
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-05
crypto: Add support for AES-CTR
lukechampine
2019-11-04
Replace AES variables to constants
data-man
2019-11-04
remove speculative AES TODOs
Luke Champine
2019-11-01
crypto: Add AES implementation
lukechampine