aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/aes/aesni.zig
AgeCommit message (Expand)Author
2025-07-13std.crypto: remove `inline` from most functionsAndrew Kelley
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-01-16x86_64: fix crashes compiling the compiler and testsJacob Young
2024-11-22std.crypto.aes: introduce AES block vectors (#22023)Frank Denis
2023-05-23crypto.aes: define optimal_parallel_blocks for more CPUs (#15829)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-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
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-28std/crypto: adjust aesni parallelism to CPU modelsFrank Denis
2020-10-24Fix a typo (s/multple/multiple/)Frank Denis
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-10-08aes/aesni is not based on a Go implementation, only aes/soft isFrank Denis
2020-09-29std/crypto: add the AEGIS128L AEADFrank Denis
2020-09-24Revamp crypto/aesFrank Denis