phayes / ecies-ed25519

ECIES on Twisted Edwards Curve25519 using AES-GCM and HKDF-SHA256
Other
30 stars 14 forks source link

Using ed25519-dalek keypair #6

Open LaurentTrk opened 2 years ago

LaurentTrk commented 2 years ago

Hi all ! I was wondering if we could use an ed25519-dalek generated keypair with your library ?

In particular, the public key format seems to be very different, and not compatible with the one you are using (from the same seed/private key, ecies-ed25519 and ed25519-dalek public keys are different).

Thanks for your help !

vbrandl commented 1 year ago

Have you found a solution yet? I'm also struggling to use the same keypair for encryption and signing...