Go to file
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
aes feat(aes): Implement transform_impl with encryption and decryption rounds 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