kokke / tiny-ECDH-c

Small portable Elliptic-Curve Diffie-Hellman in C
The Unlicense
254 stars 65 forks source link

ECDH and ECDSA #21

Closed as135-can closed 4 years ago

as135-can commented 4 years ago

Hii,

In this code both ECDH and ECDSA working ?

kokke commented 4 years ago

Hi @as135-can and thanks for your interest 👍

Currently, only ECDH is officially supported, but @Andyfvv has a fork going with ECDSA I believe - see https://github.com/kokke/tiny-ECDH-c/issues/20

Andy's fork is available from https://github.com/Andyvff/tiny-ECDH-c/