dchest / tweetnacl-js

Port of TweetNaCl cryptographic library to JavaScript
https://tweetnacl.js.org
The Unlicense
1.75k stars 292 forks source link

Converting ed25519 keys from elliptic lib #244

Closed fix closed 2 years ago

fix commented 2 years ago

Hi, I need to convert keys I get from "elliptic" library https://github.com/indutny/elliptic but somehow i can't get around it. I have seen the issue about curve25519 (https://github.com/indutny/elliptic/issues/98), but using the same translation idea did not work. Any idea where to look at?