cipher-workshop/aes
Kristofers Solo 454d1d6011
feat(aes): add AES-CBC mode implementation
Add AesCbc struct with:
    - CBC mode encryption with PKCS#7 padding
    - CBC mode decryption with padding validation
    - XOR chaining with IV for first block
    - Expose encrypt_block/decrypt_block as pub(crate)
2025-12-31 00:58:49 +02:00
..
src feat(aes): add AES-CBC mode implementation 2025-12-31 00:58:49 +02:00
tests fix: clippy warnings 2025-12-18 18:42:50 +02:00
Cargo.toml chore: use workspace package vars 2025-11-24 08:50:22 +02:00