#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

#2737 in Cryptography

Download history 4629/week @ 2024-07-26 4517/week @ 2024-08-02 5205/week @ 2024-08-09 7235/week @ 2024-08-16 7146/week @ 2024-08-23 7807/week @ 2024-08-30 7304/week @ 2024-09-06 6890/week @ 2024-09-13 6741/week @ 2024-09-20 5755/week @ 2024-09-27 7524/week @ 2024-10-04 7605/week @ 2024-10-11 8832/week @ 2024-10-18 8721/week @ 2024-10-25 8547/week @ 2024-11-01 7545/week @ 2024-11-08

35,033 downloads per month
Used in 61 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