Function gnunet_sys::GNUNET_CRYPTO_ecc_point_to_bin[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_ecc_point_to_bin(
    edc: *mut GNUNET_CRYPTO_EccDlogContext,
    point: gcry_mpi_point_t,
    bin: *mut GNUNET_CRYPTO_EccPoint
)

Convert point value to binary representation.

@param edc calculation context for ECC operations @param point computational point representation @param[out] bin binary point representation