Function ethash::hashimoto_light [] [src]

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

Ethash used by a light client. Only stores the 16MB cache rather than the full dataset.