aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/aes
AgeCommit message (Expand)Author
2022-05-25std.crypto: cosmetic improvement to AES multiplication algorithm (#11616)Helio Machado
2022-05-09std.crypto: generate AES constants at compile time (#11612)Helio Machado
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-06-21std, src, doc, test: remove unused variablesJacob G-W
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-10-08std/crypto/aes: add AES hardware acceleration on aarch64Frank Denis
2020-09-29std/crypto: add the AEGIS128L AEADFrank Denis
2020-09-24Revamp crypto/aesFrank Denis