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
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