aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/aes/armcrypto.zig
AgeCommit message (Expand)Author
2025-07-13std.crypto: remove `inline` from most functionsAndrew Kelley
2024-11-22std.crypto.aes: introduce AES block vectors (#22023)Frank Denis
2023-03-13crypto.aescrypto.encrypt: do not add the round key in an asm block (#14899)Frank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-11-07crypto.core.aes: process 6 block in parallel instead of 8 on aarch64 (#13473)Frank Denis
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-02-28std/crypto/aes: fix AES {encrypt,decrypt}WideFrank Denis
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2020-12-31Year++Frank Denis
2020-10-24Fix a typo (s/multple/multiple/)Frank Denis
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-10-08std/crypto/aes: add AES hardware acceleration on aarch64Frank Denis