Browse Source
There is no need to use the mp_int_t type which may be 64-bits wide, there is enough bit-width in a normal int to parse reasonable exponents. Using int helps to reduce code size for 64-bit ports, especially nan-boxing builds. (Similarly for the "dig" variable which is now an unsigned int.)pull/3798/head
Damien George
7 years ago
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue