Function ethash::hashimoto_full [] [src]

pub fn hashimoto_full(
    header_hash: H256,
    nonce: H64,
    full_size: usize,
    dataset: &[u8]
) -> (H256, H256)

Ethash used by a full client. Stores the whole dataset in memory.