# 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.