A 256-bit feistel block cipher using 512-bit keys.
This project implements a experimantal feistel block cipher.
DO NOT USE THIS FOR ANY APPLICATIONS THAT REQUIRE SECURE ENCRYPTION.
THIS CIPHER AND IMPLEMENTATION HAVE NOT BEEN SUBJECT TO THOROUGH CRYPTOANALYSIS.
THERE ARE NO PROTECTIONS AGAINST SIDE CHANNEL ATTACKS IN PLACE.
This project uses the RustCrypto: SHA-2 crate.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.