Skip to main content

Crate uhash

Crate uhash 

Source
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§

UniversalHash
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).