Crates.io | eme-mode |
lib.rs | eme-mode |
version | 0.3.1 |
source | src |
created_at | 2020-09-07 21:51:23.266946 |
updated_at | 2022-04-26 14:34:10.508269 |
description | EME block cipher mode of operation |
homepage | |
repository | https://github.com/B4dM4n/eme-mode-rs |
max_upload_size | |
id | 285933 |
size | 61,979 |
EME (ECB-Mix-ECB) is a tweakable enciphering scheme introduced by Shai Halevi and Phillip Rogaway in 2003.
This implementation is based on https://github.com/rfjakob/eme and https://github.com/jmesmon/rust-eme.
It is generic over the used cipher and padding, but only supports ciphers with a 128 bit (16 Byte) block size.
This crate will follow the MSRV of the RustCrypto project, which currently requires Rust 1.56 or higher.
Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.