|  |  D.12.3.30 Schoof Procedure from librarycrypto.lib(see  crypto_lib).
 
Example:Usage:
Schoof(N,a,b);
Return:
the number of points of the elliptic curve defined by
y^2=x^3+a*x+b over Z/N
Note:
algorithm of Schoof
 |  | LIB "crypto.lib";
Schoof(32003,71,602);
==> 32021
 | 
 
 |