#permutations #cipher #random-access #networking #constant-time #feistel #built

feistel-permutation-rs

Constant time, constant space permutations with Feistel Network ciphers

1 unstable release

0.1.0 Nov 27, 2023

#2073 in Cryptography

23 downloads per month

GPL-3.0-or-later

9KB
228 lines

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.

No runtime deps