mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-03-22 00:26:19 +00:00
- Implements `inv_shift_rows` performing cyclic right shifts on state rows. - Implements `inv_mix_columns` using inverse Galois Field matrix multiplication. - Adds unit tests verifying inverse transformations are true inverses.