mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-03-22 00:26:19 +00:00
- Implements `chunks()` returning iterator over 4-element subkey arrays. - Implements `chunks_rev()` returning reverse iterator for decryption. - Enables cipher rounds to iterate over round keys sequentially and in reverse.