cipher-workshop/des/src
Kristofers Solo aacb836e77
refactor(cipher-core): unify secret_block! and secret_key! macros
Move duplicated macro definitions from aes and des crates into
cipher-core for shared use. Both macros now:
    - Support u8 through u128 integer types
    - Include Zeroize derive for secure memory handling
    - Generate consistent formatting and conversion methods
2025-12-31 00:07:26 +02:00
..
block refactor(cipher-core): unify secret_block! and secret_key! macros 2025-12-31 00:07:26 +02:00
key refactor(cipher-core): unify secret_block! and secret_key! macros 2025-12-31 00:07:26 +02:00
constants.rs fix: wrong value in S8 box 2025-10-17 19:42:02 +03:00
des.rs refactor(cipher-core): unify secret_block! and secret_key! macros 2025-12-31 00:07:26 +02:00
lib.rs feat(aes): generate subkeys 2025-11-24 08:50:22 +02:00
utils.rs fix: clippy warnings 2025-12-18 18:42:50 +02:00