Decision Workspace
koopman-checksum vs verhoeff-checksum vs base58ck
Side-by-side comparison of Rust crates
62
koopman-checksum
experimentalv1.0.4
Koopman checksum algorithm implementation. The Koopman checksum provides 1- and 2-bit fault detection for significantly longer data words than traditional dual-sum checksums like Adler or Fletcher.
39
verhoeff-checksum
experimentalv0.1.0
A Rust implementation of the Verhoeff checksum algorithm for error detection
66
base58ck
growingv0.4.0
Bitcoin base58 encoding with checksum.
Core Metrics
| koopman-checksum | verhoeff-checksum | base58ck | |
|---|---|---|---|
| Health Score | 62 | 39 | 66 |
| Total Downloads | 204 | 435 | 3.1M |
| 30d Downloads | 25 | 3 | 324.6K |
| Dependents | 0 | 0 | 35 |
| Releases | 4 | 1 | 4 |
| Last Updated | 100d ago | 228d ago | 32d ago |
| Age | 3m | 7m | 1y 11m |
Health Breakdown
koopman-checksum
Maintenance
19
Quality
19
Community
6
Popularity
3
Documentation
15
verhoeff-checksum
Maintenance
4
Quality
16
Community
6
Popularity
3
Documentation
10
base58ck
Maintenance
17
Quality
17
Community
12
Popularity
8
Documentation
12
Technical Details
| koopman-checksum | verhoeff-checksum | base58ck | |
|---|---|---|---|
| Version | 1.0.4 | 0.1.0 | 0.4.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | CC0-1.0 |
| Dependencies | 2 | 0 | 3 |
| Crate Size | 25KB | 17KB | 9KB |
| Features | 2 | 1 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.83.0 | — | 1.74.0 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •base58ck leads with a health score of 66/100, but none of the options score above 80.
- •verhoeff-checksum, base58ck are pre-1.0 — API may change.