Function ethash::hashimoto [] [src]

pub fn hashimoto<F: Fn(usize) -> H512>(
    header_hash: H256,
    nonce: H64,
    full_size: usize,
    lookup: F
) -> (H256, H256)

"Main" function of Ethash, calculating the mix digest and result given the header and nonce.