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