Modules§
Structs§
- Feistel
Network - Main structure of the Feistel network. H: Type of the halfblock (e.g., u32) K: Type of the master key (e.g., [u8; 32]) KS: KeySchedule implementation RF: RoundFunction implementation
- Reverse
KeySchedule
Traits§
- KeySchedule
- Key schedule function for Feistel network.
- Round
Function - Round function F.