Crate drillx_mod

Crate drillx_mod 

Source

Re-exports§

pub use equix;

Structs§

Hash
The result of a Drillx hash.
Solution
A Drillx solution that can be efficiently validated on-chain.

Enums§

DrillxError

Functions§

difficulty
Returns the number of leading zeros in a 32-byte buffer.
hash
Generates a new Drillx hash from a challenge and nonce.
hash_with_memory
Generates a new Drillx hash using pre-allocated memory.
is_valid_digest
Checks if the digest is a valid Equihash construction.
seed
Concatenates a challenge and nonce into a single buffer.