rustio rustio.net
68

eax

v0.5.0 Growing

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

Apache-2.0 OR MIT Edition 2021 MSRV 1.56
CryptographyNo standard library #aes#encryption#aead

Quick Verdict

  • โœ“Actively maintained (updated 53d ago)
  • !Pre-1.0: API may have breaking changes
  • โœ“Trusted by 101 crates
  • โœ“Team maintained (3 owners)
  • โœ“Permissive license (Apache-2.0 OR MIT)

Security

Checking security advisories...
Downloads
1.9M
Dependents
101
Releases
10
Size
15KB

Deep Insights

๐Ÿ“ˆ
Strong growth momentum

407.5K downloads in the last 30 days (13.6K/day), up 64% from the previous period.

๐Ÿ”—
Moderate adoption

101 crates depend on eax. Reasonable ecosystem adoption, though not yet a core dependency.

๐Ÿ‘ฅ
Team maintained

This crate is maintained by a team (3 owners), reducing bus-factor risk and ensuring continuity.

๐Ÿ”ฌ
Pre-1.0 for over a year

Despite being 7+ years old, eax hasn't reached 1.0 yet. Expect potential API changes between versions.

๐Ÿ“
Compact crate

At 15KB, eax is lightweight. Small crate size correlates with focused, well-scoped functionality.

๐ŸŒŸ
Used by top crates

Notable dependents include pgp, sequoia-openpgp, mmkv, tsproto, cmail-rpgp. When high-quality crates choose eax, it's a strong quality signal.

Health Breakdown

Maintenance 13/25

Recency, release consistency, active ratio

Quality 17/25

Yanked ratio, deps, size, maturity, features

Community 16/20

Reverse deps, ownership, ecosystem

Popularity 7/15

Downloads, momentum, growth trend

Documentation 15/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
9K/day avg+144%
05K10K15K20K12/291/162/32/213/113/28

Top Dependents

Version Adoption

v0.5.0
95%
v0.3.0
5%
v0.4.1
1%
v0.4.0
0%
v0.6.0-rc.2
0%

Release Timeline

10 releasessince 2019
J
F
M
A
M
J
J
A
S
O
N
D
2019
1
2020
3
2021
2
2022
2
2023
2024
2025
1
2026
1
Less
More

Feature Flags

default =["alloc", "getrandom"]

stdalloc*streamheaplessgetrandom*

README

Loading README...

Maintainers

Dependencies
7
direct dependencies
Dependents
101
crates depend on eax

Similar Crates