#authenticated-encryption #aead

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

#2677 in Cryptography

Download history 2853/week @ 2024-07-03 3191/week @ 2024-07-10 4082/week @ 2024-07-17 3985/week @ 2024-07-24 5042/week @ 2024-07-31 4600/week @ 2024-08-07 6807/week @ 2024-08-14 7243/week @ 2024-08-21 7754/week @ 2024-08-28 6898/week @ 2024-09-04 7336/week @ 2024-09-11 6706/week @ 2024-09-18 5788/week @ 2024-09-25 6887/week @ 2024-10-02 7939/week @ 2024-10-09 8288/week @ 2024-10-16

30,023 downloads per month
Used in 55 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