Top
Back: countPoints
Forward: ShanksMestre
FastBack:
FastForward:
Up: crypto_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.12.2.30 ellipticAllPoints

Procedure from library crypto.lib (see crypto_lib).

Usage:
ellipticAllPoints(N,a,b);

Return:
list of points (x:y:z) of the elliptic curve defined by y^2z=x^3+a*xz^2+b*z^3 over Z/N

Example:
 
LIB "crypto.lib";
list L=ellipticAllPoints(181,71,150);
size(L);
==> 198
L[size(L)];
==> [1]:
==>    179
==> [2]:
==>    0
==> [3]:
==>    1


Top Back: countPoints Forward: ShanksMestre FastBack: FastForward: Up: crypto_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.