Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 701 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 701 Bytes

birchaxe-cipher

A 256-bit feistel block cipher using 512-bit keys.

Overview

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.

Other

This project uses the RustCrypto: SHA-2 crate.

License

Licensed under either of

at your option.