Pollard's rho algorithm for logarithms: Difference between revisions

Content deleted Content added
Complexity: clarify
Lusum (talk | contribs)
Line 55:
generates the group of units modulo 1019). The algorithm is implemented by the following [[C (programming language)|C]] program:
 
<source lang=c>
#include <stdio.h>
Line 80 ⟶ 81:
return 0;
}
</source>
 
The results are as follows (edited):