kokke / tiny-ECDH-c

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

compatibility with other crypto libraries #24

Open biosbob opened 3 years ago

biosbob commented 3 years ago

using K-163, i've generated a public key from the private key [0, 1, 2, ...] .... the results do NOT match the public key i generate using nodejs (which itself uses openssl, i believe)....

i've seen other issues suggesting that there may not (yet) be compatibility with other crypto libraries....

said another way, are there standard test vectors which you've used??? do you have some "expected output for this particular input" tests????