Decision Workspace
cms vs signature vs ed25519
Side-by-side comparison of Rust crates
59
cms
growingv0.2.3
Pure Rust implementation of the Cryptographic Message Syntax (CMS) as described in RFC 5652 and RFC 3274.
77
signature
stablev2.2.0
Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)
73
ed25519
stablev2.2.3
Edwards Digital Signature Algorithm (EdDSA) over Curve25519 (as specified in RFC 8032) support library providing signature type definitions and PKCS#8 private key decoding/encoding support
Core Metrics
| cms | signature | ed25519 | |
|---|---|---|---|
| Health Score | 59 | 77 | 73 |
| Total Downloads | 5.8M | 250.0M | 119.9M |
| 30d Downloads | 949.8K | 24.5M | 13.2M |
| Dependents | 288 | 4.1K | 1.5K |
| Releases | 9 | 54 | 41 |
| Last Updated | 61d ago | 51d ago | 53d ago |
| Age | 6y 10m | 7y 5m | 9y 5m |
Health Breakdown
cms
Maintenance
12
Quality
9
Community
18
Popularity
8
Documentation
12
signature
Maintenance
16
Quality
18
Community
20
Popularity
8
Documentation
15
ed25519
Maintenance
15
Quality
15
Community
20
Popularity
8
Documentation
15
Technical Details
| cms | signature | ed25519 | |
|---|---|---|---|
| Version | 0.2.3 | 2.2.0 | 2.2.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 21 | 5 | 10 |
| Crate Size | 179KB | 16KB | 18KB |
| Features | 4 | 2 | 5 |
| Yanked % | 11.1% | 5.6% | 36.6% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.65 | 1.60 | 1.60 |
| Owners | 2 (team) | 3 (team) | 2 (team) |
Links
Quick Verdict
- •signature leads with a health score of 77/100, but none of the options score above 80.
- •signature is depended on by 4.1K crates — strongest ecosystem trust.
- •cms is pre-1.0 — API may change.