Function gnunet_sys::GNUNET_CRYPTO_ecc_bin_to_point[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_ecc_bin_to_point(
    edc: *mut GNUNET_CRYPTO_EccDlogContext,
    bin: *const GNUNET_CRYPTO_EccPoint
) -> gcry_mpi_point_t

Convert binary representation of a point to computational representation.

@param edc calculation context for ECC operations @param bin binary point representation @return computational representation