Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:sieve

902        -- Changed the primality routines around.  I now use 8 rounds of Rabin-Miller, I use 256 primes in the sieve
903 step and the "rand_prime" function uses a modified sieve that avoids alot of un-needed bignum work.