AEZ
The AEZ wide-block cipher: AEZ
status
This is a work-in-progress and is NOT ready for use.
warning
This code has not been formally audited by a cryptographer. It therefore should not be considered safe or correct. Use it at your own risk!
usage
To import aez, add the following to the dependencies section of
your project's Cargo.toml:
= "^0.0.0"
Then import the crate as:
extern crate aez;
acknowledgments
Thanks to Ted Krovetz who wrote the AEZ v5 cipher in C with AES-NI and vector intrinsics hardware optimizations.
license
The license file has been included in the root directory of this crate and is entitled LICENSE, the GNU AFFERO GENERAL PUBLIC LICENSE.
