pub unsafe extern "C" fn mp_int_multiply_threshold(ndigits: mp_size)
Expand description
Sets the number of digits below which multiplication will use the standard
quadratic “schoolbook” multiplication algorithm rather than Karatsuba-Ofman.
Requires ndigits >= sizeof(mp_word)
.