pub unsafe extern "C" fn mp_int_read_unsigned(
z: mp_int,
buf: *mut c_uchar,
len: c_int,
) -> mp_resultExpand description
Reads an unsigned binary value from buf into z, where len is the
length of the buffer. The contents of buf are not modified during
processing.