Function gnunet_sys::GNUNET_CRYPTO_ecc_add[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_ecc_add(
    edc: *mut GNUNET_CRYPTO_EccDlogContext,
    a: gcry_mpi_point_t,
    b: gcry_mpi_point_t
) -> gcry_mpi_point_t

Add two points on the elliptic curve.

@param edc calculation context for ECC operations @param a some value @param b some value @return @a a + @a b, must be freed using #GNUNET_CRYPTO_ecc_free()