Function ethash_sys::ethash_light_compute [] [src]

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

Calculate the light client data

@param light The light client handler @param header_hash The header hash to pack into the mix @param nonce The nonce to pack into the mix @return an object of ethash_return_value_t holding the return values