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