feistel-permutation-rs 0.1.0

Constant time, constant space permutations with Feistel Network ciphers.
Documentation

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.