cipher-workshop/cipher-core
Kristofers Solo f4480ba218
feat(aes): add IV (Initialization Vector) type for CBC mode
Add 128-bit IV type using secret_block! macro with:
    - Parsing from hex/binary/ASCII strings
    - Conversions to/from Block128 for XOR operations
    - Big-endian byte array conversions
2025-12-31 00:45:26 +02:00
..
src docs(cipher-core): add documentation to public traits 2025-12-31 00:09:26 +02:00
Cargo.toml feat(aes): add IV (Initialization Vector) type for CBC mode 2025-12-31 00:45:26 +02:00