mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2025-12-31 13:52:29 +00:00
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. |
||
|---|---|---|
| .. | ||
| block6.rs | ||
| block32.rs | ||
| block48.rs | ||
| block64.rs | ||
| lr.rs | ||
| mod.rs | ||