zig/lib/std/crypto/aes
Frank Denis a0b35249a2
Replace hand-written endian-specific loads with std.mem.readInt*() (#16431)
And when we have the choice, favor little-endian because it's 2023.

Gives a slight performance improvement:

   md5: 552 -> 555 MiB/s
  sha1: 768 -> 786 MiB/s
sha512: 211 -> 217 MiB/s
2023-07-18 00:40:31 +02: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 Replace hand-written endian-specific loads with std.mem.readInt*() (#16431) 2023-07-18 00:40:31 +02:00