Content deleted Content added
mNo edit summary |
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 [[
#include <stdio.h>
|