eax

Crates.ioeax
lib.rseax
version0.5.0
sourcesrc
created_at2019-03-29 15:15:10.506575
updated_at2022-07-30 19:27:01.44893
descriptionPure 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
repositoryhttps://github.com/RustCrypto/AEADs
max_upload_size
id124589
size48,713
semver-owners (github:rust-lang-nursery:semver-owners)

documentation

https://docs.rs/eax

README

RustCrypto: EAX

crate Docs Apache2/MIT licensed Rust Version CodeCov Status Project Chat Build Status

Pure Rust implementation of the EAX Authenticated Encryption with Associated Data (AEAD) cipher.

Documentation

License

Licensed under either of:

at your option.

Contribution

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.

Commit count: 609

cargo fmt