aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/aes
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
2024-11-20crypto.aes.soft: use std.atomic.cache_line instead of a harcoded value (#22026)Frank Denis
2024-08-21std: update eval branch quotas after bdbc485mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-07-18Replace hand-written endian-specific loads with std.mem.readInt*() (#16431)Frank Denis
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-23crypto.aes: define optimal_parallel_blocks for more CPUs (#15829)Frank Denis
2023-05-16workaround AstGen's love for copying arraysVeikka Tuominen
2023-03-14Move std.crypto.config options to std.options (#14906)Frank Denis
2023-03-13Add configurable side channels mitigations; enable them on soft AES (#13739)Frank Denis
2023-03-13crypto.aescrypto.encrypt: do not add the round key in an asm block (#14899)Frank Denis
2023-02-18improve error message for byref capture of byval arrayAndrew Kelley
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-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