mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-02-04 06:42:11 +00:00
- Implements core `transform_impl` handling both Encrypt and Decrypt actions. - Implements 10-round AES encryption (standard rounds + final round). - Implements 10-round AES decryption (inverse rounds + final inverse round). - Adds `add_round_key` helper to XOR state with subkey block.