WavesGUI icon indicating copy to clipboard operation
WavesGUI copied to clipboard

Support ED25519 seeding

Open jasny opened this issue 7 years ago • 3 comments

Waves platform uses a custom way of seeding a key pair.

There is a standard way of seeding ED25519 keys implemented in NaCl compatible libraries (including tweetnacl.js, pynacl and libsodium). The ED25519 can be converted to Curve25519 / X25519 keys. Some libraries (like libsodium) even support generating Curve25519 directly.

Using these (converted) keys work for Waves transactions :tada:. Unfortunately, it's impossible to import them in the WavesGUI, since they can't be generated from seed using the Waves algorithm :disappointed:.

Supporting to seed via ED25519 using the NaCL standard means inoperability with platforms that use ED25519 (like our project @legalthings).

jasny avatar May 07 '18 17:05 jasny

Hello! Thanks for the proposal, we'll consider it and most probably will implement along with that issue: https://github.com/wavesplatform/WavesGUI/issues/57. Maybe I don't fully understand the matter but could that be the same thing you are writing about?

xenohunter avatar May 10 '18 15:05 xenohunter

It's a different issue. It is similar as described here in using ED25519 keys to generate Curve25519: https://github.com/wavesplatform/nanos-app-waves/blob/master/README.md#original-description-of-burst-wallet

jasny avatar May 13 '18 06:05 jasny

Thanks! We'll use it as a reference.

xenohunter avatar May 15 '18 11:05 xenohunter