Search:

Type: Posts; User: jowin_c

Search: Search took 0.00 seconds.

  1. I couldn't find the edit button so I am posting...

    I couldn't find the edit button so I am posting the indented version of the code here



    #include<stdlib.h>
    #include<stdio.h>
    #include<math.h>
    longintxp=0,yp=0,x1,f,l;...
  2. Point operations on an elliptic curve in a prime field in c

    I am trying to write a program to perform point operations on a elliptic curve in a prime field I am using the standard formulaes for point additions and doubling in my code and these operations are...
Results 1 to 2 of 2