mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Fix comment in old probabilistic prime algorithm.
We're no longer doing the delta step at all, and even if we were, it's not really part of _that_ particular algorithm - candidate selection is centralised between all of them.
This commit is contained in:
parent
68ebcd7b86
commit
ead9355882
@ -13,12 +13,8 @@
|
|||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
* Standard probabilistic prime-generation algorithm:
|
* Standard probabilistic prime-generation algorithm:
|
||||||
*
|
*
|
||||||
* - invent a B-bit random number and ensure the top and bottom
|
* - get a number from our PrimeCandidateSource which will at least
|
||||||
* bits are set (so it's definitely B-bit, and it's definitely
|
* avoid being divisible by any prime under 2^16
|
||||||
* odd)
|
|
||||||
*
|
|
||||||
* - see if it's coprime to all primes below 2^16; increment it by
|
|
||||||
* two until it is (this shouldn't take long in general)
|
|
||||||
*
|
*
|
||||||
* - perform the Miller-Rabin primality test enough times to
|
* - perform the Miller-Rabin primality test enough times to
|
||||||
* ensure the probability of it being composite is 2^-80 or
|
* ensure the probability of it being composite is 2^-80 or
|
||||||
|
Loading…
Reference in New Issue
Block a user