cipher-workshop/des/src/block
Kristofers Solo 54b3d8716d
docs(des): document Feistel network and cipher operations
Add doc comments to LR struct and DES helper functions explaining the
Feistel network structure: IP -> 16 rounds -> FP, with each round using
expansion, S-box substitution, and P-box permutation.
2025-12-31 00:16:14 +02:00
..
block6.rs refactor(cipher-core): unify secret_block! and secret_key! macros 2025-12-31 00:07:26 +02:00
block32.rs refactor(cipher-core): unify secret_block! and secret_key! macros 2025-12-31 00:07:26 +02:00
block48.rs refactor(cipher-core): unify secret_block! and secret_key! macros 2025-12-31 00:07:26 +02:00
block64.rs refactor(cipher-core): unify secret_block! and secret_key! macros 2025-12-31 00:07:26 +02:00
lr.rs docs(des): document Feistel network and cipher operations 2025-12-31 00:16:14 +02:00
mod.rs refactor(cipher-core): unify secret_block! and secret_key! macros 2025-12-31 00:07:26 +02:00