Crate feistel_permutation_rs

source ·
Expand description

Constant-space permutations over integers.

This crate provides constant-space, constant-time random access permutations over dense integer ranges. It is built on top of a simple Feistel Network cipher.

Structs§