mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
* std/crypto: generate AES constants at compile time * Apply suggestions from code review Co-authored-by: Frank Denis <124872+jedisct1@users.noreply.github.com> * Update lib/std/crypto/aes/soft.zig * Separate encryption and decryption tables * Run `zig fmt` * Increase branch quota and remove redundant align * Update lib/std/crypto/aes/soft.zig Co-authored-by: Frank Denis <124872+jedisct1@users.noreply.github.com> * Rename identifiers and simplify dataflow * Increase branch quota (again) and fix comment Co-authored-by: Frank Denis <124872+jedisct1@users.noreply.github.com>