mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-03-22 00:26:19 +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.