hash_with_memory

Function 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 using pre-allocated memory.