#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

#2928 in Cryptography

Download history 8334/week @ 2024-10-26 8633/week @ 2024-11-02 7492/week @ 2024-11-09 8210/week @ 2024-11-16 9454/week @ 2024-11-23 10850/week @ 2024-11-30 11708/week @ 2024-12-07 11873/week @ 2024-12-14 7806/week @ 2024-12-21 8966/week @ 2024-12-28 14142/week @ 2025-01-04 13323/week @ 2025-01-11 14757/week @ 2025-01-18 15746/week @ 2025-01-25 13707/week @ 2025-02-01 15090/week @ 2025-02-08

62,227 downloads per month
Used in 71 crates (6 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
~17K SLoC