Function gnunet_sys::GNUNET_CRYPTO_mpi_scan_unsigned[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_mpi_scan_unsigned(
    result: *mut gcry_mpi_t,
    data: *const c_void,
    size: usize
)

Convert data buffer into MPI value. The buffer is interpreted as network byte order, unsigned integer.

@param result where to store MPI value (allocated) @param data raw data (GCRYMPI_FMT_USG) @param size number of bytes in @a data