Function gnunet_sys::GNUNET_CRYPTO_rsa_public_key_cmp[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_rsa_public_key_cmp(
    p1: *const GNUNET_CRYPTO_RsaPublicKey,
    p2: *const GNUNET_CRYPTO_RsaPublicKey
) -> c_int

Compare the values of two public keys.

@param p1 one public key @param p2 the other public key @return 0 if the two are equal