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_ocb.zig
Age
Commit message (
Expand
)
Author
2025-08-25
Fix #24999: copy left-overs before we XOR into c. (#25001)
Erik Schlyter
2025-08-15
crypto/aes_ocb.zig: actually check against test vectors (#24835)
Frank Denis
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2024-08-09
std.crypto: better names for everything in utils
Andrew Kelley
2024-02-12
x86_64: implement shifts of big integers
Jacob Young
2023-11-19
lib: correct unnecessary uses of 'var'
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-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-08-14
std.crypto.aead: Consistent decryption tail and doc fixes (#16781)
e4m2
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
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-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-04-28
std: remove redundant comptime keyword
Andrew Kelley
2021-04-20
std/crypto: use finer-grained error sets in function signatures (#8558)
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