pub unsafe extern "C" fn mp_int_string_len(
z: mp_int,
radix: mp_size,
) -> mp_result
Expand description
Reports the minimum number of characters required to represent z
as a
zero-terminated string in the given radix
.
Requires MP_MIN_RADIX <= radix <= MP_MAX_RADIX
.