Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Pollard's rho algorithm for logarithms: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 06:31, 16 July 2013
edit
2.182.30.99
(
talk
)
→
Complexity
← Previous edit
Revision as of 13:49, 16 August 2013
edit
undo
94.224.28.191
(
talk
)
No edit summary
Next edit →
Line 73:
int x=1, a=0, b=0;
int X=x, A=a, B=b;
for(
int i
= 1
;
i < n; ++i ) {
for( i = 1; i < n; ++i ) {
new_xab( x, a, b );
new_xab( X, A, B ); new_xab( X, A, B );