[][src]Function feistel_rs::feistel_encrypt

pub fn feistel_encrypt(plaintext: &[u8], key: &[u8], rounds: u32) -> Vec<u8>