Fwd: Elliptic curve point multiplication with libgcrypt

2017-12-07 Thread gnu cry
-- Forwarded message -- From: gnu cry Date: Thu, Dec 7, 2017 at 12:23 PM Subject: Elliptic curve point multiplication with libgcrypt To: gnupg-users@gnupg.org Hi gpg hackers! I want to implement an elliptic curve point multiplication (Q=dG) operation with

Elliptic curve point multiplication with libgcrypt

2017-12-07 Thread gnu cry
Hi gpg hackers! I want to implement an elliptic curve point multiplication (Q=dG) operation with libgcrypt. I attach my code but my program doesn't work and it has many errors. I comment the workflow of my program in the attached code. my question is how do you implement Q=dG in C with libgcrypt?

Installation of 2.2

2017-12-07 Thread rsvx
Hi, I'd like to upgrade to version 2.2.3  Will it be sufficient do download just the tarball on the downloadpage and build that? Afterwards I can delete the previous versions? If I do that, will the conf. file be deleted? Thank you. Jurgen. ___

Re: Elliptic curve point multiplication with libgcrypt

2017-12-07 Thread Werner Koch
On Thu, 7 Dec 2017 09:53, gcry...@gmail.com said: > my question is how do you implement Q=dG in C with libgcrypt? any idea > about my mistakes and how should I fix them? You may want to look at libgcrypt/tests/t-mpi-point.c which does many operations on points. Salam-Shalom, Werner --