Expand description
UniversalHash local compute library exports.
This crate exposes the core hash engine and optional GPU prover backends
used by the uhash CLI.
Re-exports§
pub use uhash_core as algorithm;
Modules§
- wallet
- Wallet management for UniversalHash miner
Structs§
- Universal
Hash - UniversalHash v4 hasher
Traits§
- Solver
- Backend-agnostic solver interface.
Functions§
- hash
- Convenience function for single-shot hashing
- meets_
difficulty - Check if a hash meets the required difficulty (leading zero bits).