Closed Tougee closed 4 years ago
Hi, thanks for the library, a great implementation of Ed25519.
I'm try to find a way to convert Ed25519 public key(or private key) to Curve25519, like libsodium here.
https://github.com/jedisct1/libsodium/blob/927dfe8e2eaa86160d3ba12a7e3258fbc322909c/src/libsodium/crypto_sign/ed25519/ref10/keypair.c#L46-L83
The API of 2 library has lots of differences, could you please give some suggestions about this?
No need for this, so close this.
Hi, thanks for the library, a great implementation of Ed25519.
I'm try to find a way to convert Ed25519 public key(or private key) to Curve25519, like libsodium here.
https://github.com/jedisct1/libsodium/blob/927dfe8e2eaa86160d3ba12a7e3258fbc322909c/src/libsodium/crypto_sign/ed25519/ref10/keypair.c#L46-L83
The API of 2 library has lots of differences, could you please give some suggestions about this?