cipher-workshop/des/src
Kristofers Solo dd07a1d29b
docs(aes,des): add crate documentation and improve re-exports
Add crate-level doc comments with usage examples. Export additional
types for library users:
    - aes: Block32 (32-bit word type)
    - des: LR (Feistel round state)
2025-12-31 00:18:24 +02:00
..
block docs(des): document Feistel network and cipher operations 2025-12-31 00:16:14 +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 docs(des): document Feistel network and cipher operations 2025-12-31 00:16:14 +02:00
lib.rs docs(aes,des): add crate documentation and improve re-exports 2025-12-31 00:18:24 +02:00
utils.rs fix: clippy warnings 2025-12-18 18:42:50 +02:00