Function ethash::hashimoto_full [] [src]

pub fn hashimoto_full(
    header: &[u8],
    nonce: u64,
    full_size: usize,
    dataset: &[u8]
) -> ([u8; 128], [u8; 32])

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