Skip to main content

Crate feistelnet

Crate feistelnet 

Source

Modules§

magma

Structs§

FeistelNetwork
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
ReverseKeySchedule

Traits§

KeySchedule
Key schedule function for Feistel network.
RoundFunction
Round function F.