pub fn hashes_with_memory( memory: &mut SolverMemory, challenge: &[u8; 32], nonce: &[u8; 8], ) -> Vec<Hash>
Generates drillx hashes from a challenge and nonce using pre-allocated memory.