Function gnunet_sys::GNUNET_CRYPTO_hash_context_copy[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_hash_context_copy(
    hc: *const GNUNET_HashContext
) -> *mut GNUNET_HashContext

Make a copy of the hash computation.

@param hc hash context to use (to continue hashing independently) @return copy of @a hc