cipher-workshop/aes
Kristofers Solo 505cc8b08e
feat(aes): Add SubkeyChunks and SubkeyChunksRev iterators to Subkeys
- 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.
2025-11-24 08:50:22 +02:00
..
src feat(aes): Add SubkeyChunks and SubkeyChunksRev iterators to Subkeys 2025-11-24 08:50:22 +02:00
tests feat(aes): Implement transform_impl with encryption and decryption rounds 2025-11-24 08:50:22 +02:00
Cargo.toml chore: use workspace package vars 2025-11-24 08:50:22 +02:00