pub unsafe extern "C" fn mp_int_default_precision(ndigits: mp_size)
Expand description
Sets the default number of digits allocated to an mp_int
constructed by
mp_int_init_size()
with prec == 0
. Allocations are rounded up to
multiples of this value. MP_DEFAULT_PREC
is the default value. Requires
ndigits > 0
.