Steffen Jaeckel
3142b0bdfc
fp_prime_random_ex: make sure call-back function is not NULL
2014-10-13 16:51:13 +02:00
Steffen Jaeckel
fede300ee8
fp_prime_random_ex: use parameter 't'
2014-10-13 16:46:10 +02:00
Steffen Jaeckel
ce72d69438
add macro FP_PRIME_SIZE
2014-10-13 16:45:34 +02:00
Giovanni Bajo
08484a1020
Avoid always generating 0x80 as MSB in primes.
...
When we ask to generate a prime whose size is a multiple of 8,
the code wrongly computes the mask as 0x00 instead of 0xFF, so the
generated prime always has the MSB set to 0x80 (the highest bit is OR'ed
later in the code).
2014-10-13 13:40:57 +02:00
Steffen Jaeckel
7a38e49b8e
add fp_isprime_ex()
...
fp_isprime() is now only a wrapper function to fp_isprime_ex()
2014-10-13 13:40:36 +02:00
Steffen Jaeckel
f7b194f741
minor changes, trim trailing spaces
2014-10-13 13:39:30 +02:00
Tom St Denis
da88c2d42f
added tomsfastmath-0.12
2010-07-22 10:06:30 +02:00