#authenticated-encryption #aead #block-cipher #encryption #aes

no-std eax

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).

8 releases (4 breaking)

0.5.0 Jul 30, 2022
0.5.0-pre.1 Jul 2, 2022
0.4.1 Jul 20, 2021
0.4.0 Apr 30, 2021
0.1.0 Mar 29, 2019

#2789 in Cryptography

Download history 6777/week @ 2024-08-20 8130/week @ 2024-08-27 6852/week @ 2024-09-03 7194/week @ 2024-09-10 7031/week @ 2024-09-17 5981/week @ 2024-09-24 6501/week @ 2024-10-01 7885/week @ 2024-10-08 8290/week @ 2024-10-15 9010/week @ 2024-10-22 8848/week @ 2024-10-29 7547/week @ 2024-11-05 7582/week @ 2024-11-12 8975/week @ 2024-11-19 9488/week @ 2024-11-26 9081/week @ 2024-12-03

36,449 downloads per month
Used in 64 crates (4 directly)

Apache-2.0 OR MIT

32KB
364 lines

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.

Dependencies

~0.5–0.8MB
~16K SLoC