crypto_box
v0.9.1 GrowingPure Rust implementation of NaCl's crypto_box public-key authenticated encryption primitive which combines the X25519 Elliptic Curve Diffie-Hellman function and the XSalsa20Poly1305 authenticated encryption cipher
Quick Verdict
- !Pre-1.0: API may have breaking changes
- โTrusted by 514 crates
- โTeam maintained (2 owners)
- โPermissive license (Apache-2.0 OR MIT)
Security
Deep Insights
370.7K downloads in the last 30 days (12.4K/day). Volume is roughly flat compared to the previous period.
514 crates depend on crypto_box. Reasonable ecosystem adoption, though not yet a core dependency.
The primary maintainer publishes 215 crates. This suggests deep Rust expertise and long-term commitment to the ecosystem.
Despite being 6+ years old, crypto_box hasn't reached 1.0 yet. Expect potential API changes between versions.
At 16KB, crypto_box is lightweight. Small crate size correlates with focused, well-scoped functionality.
11% of releases have been yanked. Check version history before pinning.
Notable dependents include nkeys, octocrab, cosmian_crypto_core, iroh-net, serde-encrypt-core. When high-quality crates choose crypto_box, it's a strong quality signal.
Health Breakdown
Recency, release consistency, active ratio
Yanked ratio, deps, size, maturity, features
Reverse deps, ownership, ecosystem
Downloads, momentum, growth trend
Docs, repo, license, metadata
Download Trend
Top Dependents
Most downloaded crates that depend on crypto_box
Version Adoption
Release Timeline
Feature Flags
default =["alloc", "getrandom", "salsa20"]