#encryption #aead #block-cipher #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

#2485 in Cryptography

Download history 661/week @ 2024-01-03 871/week @ 2024-01-10 1094/week @ 2024-01-17 995/week @ 2024-01-24 923/week @ 2024-01-31 1010/week @ 2024-02-07 1622/week @ 2024-02-14 1554/week @ 2024-02-21 1670/week @ 2024-02-28 1572/week @ 2024-03-06 1511/week @ 2024-03-13 2062/week @ 2024-03-20 1251/week @ 2024-03-27 1770/week @ 2024-04-03 1607/week @ 2024-04-10 1071/week @ 2024-04-17

5,995 downloads per month
Used in 41 crates (3 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