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).
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
anded25519-dalek
public keys are different).Thanks for your help !