D.12.3.27 ellipticRandomCurve
Procedure from library
crypto.lib
(see
crypto_lib
).
Usage:
ellipticRandomCurve(N);
Return:
a list of two random numbers a,b and 4a^3+27b^2 mod N
Note:
y^2z=x^3+a*xz^2+b^2*z^3 defines an elliptic curve over Z/N
Example:
User manual for
Singular
version 3-1-6, Dec 2012, generated by
texi2html
.