Function ethash_sys::ethash_light_compute_internal [] [src]

pub unsafe extern "C" fn ethash_light_compute_internal(
    light: ethash_light_t,
    full_size: u64,
    header_hash: ethash_h256_t,
    nonce: u64
) -> ethash_return_value_t

Calculate the light client data. Internal version.

@param light The light client handler @param full_size The size of the full data in bytes. @param header_hash The header hash to pack into the mix @param nonce The nonce to pack into the mix @return The resulting hash.