Re: How to Generator Prime Numbers in a short time ?
- From: "Chen" <forchen_lc@xxxxxxxxxxx>
- Date: 10 Aug 2006 04:35:09 -0700
Lutz Donnerhacke wrote:
Multiply all those prims and use the Euclidean algorithm once.Can you tell me more details of Euclidean algorithm ?
Multiply all those primes ?
It would be a big number.
The success of Rabin-Miller implies, that Lucas-Lehmer and Fermat tests alsoThank you for your advise .I will stick to Rabin-Miller.
succeed. So stick to Rabin-Miller and forget about the others.
Don't expect the worst case. It's much better in the avarage.If I take Rabin-Miller test for more than four times the probability
of worst case is less than a data transmission error.
So I decide to ignore the worst case,
Does those tricks help a bit?Thank you very much !
I want to know more about Euclidean algorithm , perhaps there are
some clews in the algorithm that can save calculating time in my
program .
.
- Follow-Ups:
- Re: How to Generator Prime Numbers in a short time ?
- From: Unruh
- Re: How to Generator Prime Numbers in a short time ?
- From: rossum
- Re: How to Generator Prime Numbers in a short time ?
- References:
- How to Generator Prime Numbers in a short time ?
- From: Chen
- Re: How to Generator Prime Numbers in a short time ?
- From: Lutz Donnerhacke
- How to Generator Prime Numbers in a short time ?
- Prev by Date: Re: Need simple lib for asymetric encryption
- Next by Date: Re: On the security of CBC-MAC constructions
- Previous by thread: Re: How to Generator Prime Numbers in a short time ?
- Next by thread: Re: How to Generator Prime Numbers in a short time ?
- Index(es):
Relevant Pages
|
Loading