Go to file
Kristofers Solo fc3eadcf3b
feat(aes): Implement InvShiftRows and InvMixColumns transformations
- 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.
2025-11-24 08:50:22 +02:00
aes feat(aes): Implement InvShiftRows and InvMixColumns transformations 2025-11-24 08:50:22 +02:00
cipher-core chore: use workspace package vars 2025-11-24 08:50:22 +02:00
cipher-factory chore: use workspace package vars 2025-11-24 08:50:22 +02:00
cli chore: use workspace package vars 2025-11-24 08:50:22 +02:00
des fix: clippy warnings 2025-11-24 08:50:22 +02:00
.gitignore Initial commit 2025-10-13 12:49:49 +03:00
Cargo.toml feat(aes): add substitute bytes 2025-11-24 08:50:22 +02:00
LICENSE-APACHE Create LICENSE-APACHE 2025-10-13 12:51:43 +03:00
LICENSE-MIT Create LICENSE-MIT 2025-10-13 12:52:21 +03:00