cipher-workshop/cipher-factory
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 test(aes): add AES-CBC NIST SP 800-38A test vectors 2025-12-31 04:12:20 +02:00
Cargo.toml feat(web): create CipherForm component 2025-11-26 03:43:23 +02:00