cipher-workshop/cipher-core
Kristofers Solo 451986d702
refactor(cipher-core): extract shared block parsing logic
Add generic BlockInt trait and parse_block_int<T>() function to
cipher-core, eliminating duplicate parsing code in aes and des crates.
    - BlockInt trait abstracts over u64/u128 integer types
    - Supports hex (0x), binary (0b), and ASCII string formats
    - Improved BlockError::InvalidByteStringLength with max/actual fields
2025-12-31 00:07:24 +02:00
..
src refactor(cipher-core): extract shared block parsing logic 2025-12-31 00:07:24 +02:00
Cargo.toml chore: use workspace package vars 2025-11-24 08:50:22 +02:00