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§
- A BuildHasher for the standard DefaultHasher.
- A basic Feistel Network cipher.
- An object of constructing random access permutations.
- An iterator over a
Permutation
object.