Kristofers Solo 830c457b2a feat(aes): Implement transform_impl with encryption and decryption rounds
- Implements core `transform_impl` handling both Encrypt and Decrypt actions.
- Implements 10-round AES encryption (standard rounds + final round).
- Implements 10-round AES decryption (inverse rounds + final inverse round).
- Adds `add_round_key` helper to XOR state with subkey block.
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
481 KiB
Languages
Rust 90%
SCSS 7.9%
TypeScript 1.3%
Dockerfile 0.8%