Tiago Mendes on Sun, 03 Nov 2019 16:36:02 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Elliptic Curve Creation and Scalar Multiplication |
Good afternoon, I am using the PARI C Library and need some help. This is what i want to do: - Create an Elliptic Curve over a Finite Field F_q - Make scalar multiplication over this Elliptic Curve ( the one above ) , this is, i need to calculate something like k*P where k is a scalar |