cipher-workshop/aes
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 feat(aes): add IV (Initialization Vector) type for CBC mode 2025-12-31 00:45:26 +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