Function gnunet_sys::GNUNET_CRYPTO_rsa_public_key_hash[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_rsa_public_key_hash(
    key: *const GNUNET_CRYPTO_RsaPublicKey,
    hc: *mut GNUNET_HashCode
)

Compute hash over the public key.

@param key public key to hash @param hc where to store the hash code