blob: 23edfbf0764e785f59f18b070ac61e1241838d87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
GMP has mpz_divexact(q,n,d), we should have zdiv_exact(q,n,d).
It uses optimised division algorithm that requires that d|n.
Add zsets_radix
Add zstr_radix
Add zranddist value based on % for fitness to bound
Test big endian
Test always having used > 0 for zero
Test negative/non-negative instead of sign
|