Function gnunet_sys::GNUNET_CRYPTO_hash_xor[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_hash_xor(
    a: *const GNUNET_HashCode,
    b: *const GNUNET_HashCode,
    result: *mut GNUNET_HashCode
)

@ingroup hash compute result = a ^ b

@param a some hash code @param b some hash code @param result set to @a a ^ @a b