cipher-workshop/aes/tests
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
..
aes_cbc.rs test(aes): add AES-CBC NIST SP 800-38A test vectors 2025-12-31 04:12:20 +02:00
aes.rs fix: clippy warnings 2025-12-18 18:42:50 +02:00