pub fn hash_with_memory(
memory: &mut SolverMemory,
challenge: &[u8; 32],
nonce: &[u8; 8],
) -> Result<Hash, DrillxError>Expand description
Generates a new Drillx hash using pre-allocated memory.
pub fn hash_with_memory(
memory: &mut SolverMemory,
challenge: &[u8; 32],
nonce: &[u8; 8],
) -> Result<Hash, DrillxError>Generates a new Drillx hash using pre-allocated memory.