New functions like gcry_ecc_mul_point.

Stef Bon stefbon at gmail.com
Mon Dec 14 08:13:19 CET 2020


Hi,

I;m using libgrypt for my ssh library for all crypto: hashing,
publickey, key-agreement (Diffie-Hellman dh and ecdh), encryption etc.

Doing ecdh is hard since the way to get from buffers holding keys to
ecc multiplication is hard.
But here is this new function gcry_ecc_mul_point which is making my
life a lot easier (for me as  a programmer at least!).

Now what I want to know is: when does this function go into production
releases? I've been programming similar functions myself and did not
get it working using testdata.
And please more functions like this. They are so powerful and easy to use.

Thanks,

Stef Bon



More information about the Gcrypt-devel mailing list