[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: primality code
On Thu, 16 Nov 1995, Philip Nesser wrote:
> Can someone point me in the right direction for any archives of code to do
> primality testing? I would rather not have to right something from
> scratch.
You may want to try my Crypto++, which includes, among other things, a
bignum package and an implementation of the Rabin-Miller compositeness test.
See http://www.eskimo.com/~weidai/cryptlib.html for more information.
Wei Dai