aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/aes.zig
AgeCommit message (Expand)Author
2025-09-16std.crypto: add AES-SIV and AES-GCM-SIVFrank Denis
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2024-11-22std.crypto.aes: introduce AES block vectors (#22023)Frank Denis
2024-02-25x86_64: fix incorrect mnemonic selectionJacob Young
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-04-21cbe: fix remaining aarch64 issuesJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-03-22TLS: Favor ChaCha over AES-based ciphers on CPUs without AES support (#15034)Frank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-07Revert "std.crypto.aes: use software implementation in comptime context (#137...Frank Denis
2022-12-06std.crypto.aes: use software implementation in comptime context (#13792)Frank Denis
2022-01-28std: break up some long linesAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-10aes 128-bit key expansion test - properly test the inverse round keys (#9065)Frank Denis
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28std: remove redundant comptime keywordAndrew Kelley
2021-02-21std: Add more error checking in hexToBytesLemonBoy
2020-12-31Year++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
2020-09-24Revamp crypto/aesFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-04-28Split AES struct into AESEncrypt and AESDecryptŽiga Željko
2020-03-19update std lib to take advantage of slicing with comptime indexesAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-05crypto: Add support for AES-CTRlukechampine
2019-11-04Replace AES variables to constantsdata-man
2019-11-04remove speculative AES TODOsLuke Champine
2019-11-01crypto: Add AES implementationlukechampine