Elliptic curve operations

2019-06-07 Thread Hassan Mostafa
dears, It's my first time to use this library and I am not a developer. all what I am doing is elliptic curve operations to simulate some EC based algorithms. first of all I wrote the following code to generate a curve and just get the secret key and display it. it gives me segmentation fau

Elliptic curve operations problem using libgcrypt

2019-05-24 Thread Hassan Mostafa
I am a new user of libgcrypt. I am trying to do math operations on elliptic curves for example scalar multiplication. I am started with writing a code which simply initialize the library then generate a context for EC operation and the get the private key and display it. in my code. 1. I am trying