mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19:07 +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> |
||
|---|---|---|
| .. | ||
| aesni.zig | ||
| armcrypto.zig | ||
| soft.zig | ||