Decision Workspace
discrete-logarithm vs ecm vs unknown_order
Side-by-side comparison of Rust crates
53
discrete-logarithm
growingv1.1.0
Fast discrete logarithm solver
61
ecm
stablev1.0.2
Lenstra's Elliptic Curve Factorization Implementation with Big Integers
56
unknown_order
growingv0.12.0
A crate for working with finite fields where the modulus is of unknown order, typtical for RSA, Paillier, Hyperelliptic curves, etc.
Core Metrics
| discrete-logarithm | ecm | unknown_order | |
|---|---|---|---|
| Health Score | 53 | 61 | 56 |
| Total Downloads | 11.3K | 20.8K | 34.9K |
| 30d Downloads | 305 | 418 | 387 |
| Dependents | 18 | 23 | 10 |
| Releases | 4 | 11 | 23 |
| Last Updated | 157d ago | 19d ago | 41d ago |
| Age | 2y 8m | 2y 9m | 4y 10m |
Health Breakdown
discrete-logarithm
Maintenance
10
Quality
19
Community
9
Popularity
5
Documentation
10
ecm
Maintenance
17
Quality
20
Community
9
Popularity
5
Documentation
10
unknown_order
Maintenance
15
Quality
15
Community
8
Popularity
5
Documentation
13
Technical Details
| discrete-logarithm | ecm | unknown_order | |
|---|---|---|---|
| Version | 1.1.0 | 1.0.2 | 0.12.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 3 | 5 | 21 |
| Crate Size | 16KB | 19KB | 36KB |
| Features | 0 | 2 | 6 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ecm leads with a health score of 61/100, but none of the options score above 80.
- •unknown_order has the most downloads (34.9K), suggesting wider adoption.
- •unknown_order is pre-1.0 — API may change.