rustio rustio.net
67

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

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

Security

Checking security advisories...
Downloads
2.8M
Dependents
104
Releases
10
Size
15KB

Deep Insights

๐Ÿ“ˆ
Strong growth momentum

554.7K downloads in the last 30 days (18.5K/day), up 29% from the previous period.

๐Ÿ”—
Moderate adoption

104 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 10/25

Recency, release consistency, active ratio

Quality 17/25

Yanked ratio, deps, size, maturity, features

Community 17/20

Reverse deps, ownership, ecosystem

Popularity 8/15

Downloads, momentum, growth trend

Documentation 15/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
15K/day avg+44%
010K20K30K2/263/164/34/215/95/26

Top Dependents

Version Adoption

v0.5.0
96%
v0.3.0
3%
v0.4.1
0%
v0.4.0
0%
v0.6.0-rc.3
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
104
crates depend on eax

Similar Crates