This commit is contained in:
Ulf Möller
2000-01-30 23:31:01 +00:00
parent 9d1a01be8f
commit 1749d8a039
2 changed files with 6 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ B<callback(0, counter, cb_arg)> is called.
=item *
When a candidate for p has passed the test by trial division,
B<callback(1, -1 , cb_arg)> is called.
B<callback(1, -1, cb_arg)> is called.
While it is tested by the Miller-Rabin primality test,
B<callback(1, i, cb_arg)> is called in the outer loop
(once for each witness that confirms that the candidate may be prime).