mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2025-12-20 11:04:38 +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. |
||
|---|---|---|
| aes | ||
| cipher-core | ||
| cipher-factory | ||
| cli | ||
| des | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||