cipher-workshop/aes
Kristofers Solo ae33c596ef
test(aes): add AES-CBC NIST SP 800-38A test vectors
Add integration tests for AES-CBC mode:
    - Single block encrypt/decrypt with NIST vectors
    - Multi-block encrypt with NIST vectors
    - Multi-block roundtrip verification
    - Empty plaintext handling
    - Arbitrary length plaintext
2025-12-31 04:12:20 +02:00
..
src feat(aes): add AES-CBC mode implementation 2025-12-31 00:58:49 +02:00
tests test(aes): add AES-CBC NIST SP 800-38A test vectors 2025-12-31 04:12:20 +02:00
Cargo.toml chore: use workspace package vars 2025-11-24 08:50:22 +02:00