zig/lib/std/crypto/aes
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
aesni.zig crypto.aes: define optimal_parallel_blocks for more CPUs (#15829) 2023-05-23 19:47:11 +00:00
armcrypto.zig crypto.aescrypto.encrypt: do not add the round key in an asm block (#14899) 2023-03-13 07:06:27 +00:00
soft.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00