Function gnunet_sys::GNUNET_CRYPTO_hash_context_finish[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_hash_context_finish(
    hc: *mut GNUNET_HashContext,
    r_hash: *mut GNUNET_HashCode
)

Finish the hash computation.

@param hc hash context to use, is freed in the process @param r_hash where to write the latest / final hash code