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