feistel_rs 0.1.0

Feistel Cipher. More flexible in parameters and keys. Goal is up to single bits and bit slices. Currently on byte granularity.
Documentation

Feistel-rs

Fully parameterized implementation of the Feistel cipher in rust. The other implementation I found had the common parameters hard coded and I needed custom ones for a CTF challenge so i decided to implement a more flexible version.