mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-02-04 06:42:11 +00:00
- Implements `shift_rows` performing cyclic shifts on the state matrix rows. - Implements `mix_columns` using Galois Field matrix multiplication. - Adds `gmul` and `xtime` const helpers for GF(2^8) arithmetic. - Adds unit tests verifying transformations against FIPS-197 vectors.