aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/aes.zig
AgeCommit message (Expand)Author
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