Kristofers Solo 70a0e183b5 feat(aes): Implement ShiftRows and MixColumns transformations
- 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.
2025-11-24 08:50:22 +02:00
2025-11-24 08:50:22 +02:00
2025-11-24 08:50:22 +02:00
2025-10-13 12:49:49 +03:00
2025-11-24 08:50:22 +02:00
2025-10-13 12:51:43 +03:00
2025-10-13 12:52:21 +03:00
Description
No description provided
482 KiB
Languages
Rust 90%
SCSS 7.9%
TypeScript 1.3%
Dockerfile 0.8%