mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-02-04 06:42:11 +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.