11 releases (4 breaking)
| 0.5.1 | Mar 4, 2026 |
|---|---|
| 0.5.0 | Mar 3, 2026 |
| 0.4.3 | Feb 27, 2026 |
| 0.3.1 | Feb 18, 2026 |
| 0.1.0 | Feb 12, 2026 |
#23 in #proof-of-work
25 downloads per month
Used in 4 crates
(3 directly)
78KB
1.5K
SLoC
uhash-core
UniversalHash v4 — democratic proof-of-work hash engine.
Primary API
hash— one-shot hash functionUniversalHash— reusable hasher (avoids re-allocation)meets_difficulty/verify— proof verificationbuild_input/challenge_input— challenge utilities
no_std Support
This crate supports no_std environments with the alloc crate:
[dependencies]
uhash-core = { version = "0.3", default-features = false }
Dependencies
~3MB
~71K SLoC