Crates.io | eax |
lib.rs | eax |
version | 0.5.0 |
source | src |
created_at | 2019-03-29 15:15:10.506575 |
updated_at | 2022-07-30 19:27:01.44893 |
description | Pure Rust implementation of the EAX Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration This scheme is only based on a block cipher. It uses counter mode (CTR) for encryption and CBC mode for generating a OMAC/CMAC/CBCMAC (all names for the same thing). |
homepage | |
repository | https://github.com/RustCrypto/AEADs |
max_upload_size | |
id | 124589 |
size | 48,713 |
Pure Rust implementation of the EAX Authenticated Encryption with Associated Data (AEAD) cipher.
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.