Pollard's rho algorithm for logarithms: Difference between revisions

Content deleted Content added
GBL (talk | contribs)
mNo edit summary
Bluebot (talk | contribs)
m Fixing C++ links
Line 7:
==Example==
 
Consider, for example, the group generated by 2 modulo <math>N=1019</math> (the order of the group is <math>n=509</math>). The algorithm is implemented by the following [[C plus plus|C++]] program:
 
#include <stdio.h>