Function gnunet_sys::GNUNET_CRYPTO_rsa_private_key_cmp[][src]

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

Compare the values of two private keys.

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