[back] [prev] [next] [index] [root]

 


EccKangaroo

Computes the number of places of an elliptic curve, given by the Weierstrass form over a prime finite field F_p.

Syntax:

NP:=EccNumberOfPoints(p | F,a,b);
NP:=EccNumberOfPoints(ec);

int or finite field element
  a  
int or finite field element
  b  
int
  p  
finite field
  F  
list
  ec  

Description:

no detailed description available yet


Example:



<- back[back] [prev] [next] [index] [root]