-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLIP-0010: Add BIP32-ED25519 Curve #703
Comments
As you have already noticed, I created SLIP-0023 for this purpose. I had three reasons to create a separate spec for this:
|
Thx for the explanation. |
The ed25519 curve lacks of the public child key generation which is required, for example, for developing a monitoring only (watch-only) wallet. See, a dart code example below.
However, there is a BIP32 compliant version of the ed25519 (BIP32-ED25519), which is backward compatible /w the original ed25519 (all the signing and verifying procedures remain the same), that produces all its extended private keys that lie in some affine space and therefore it can have a public child key generation function that comply /w the BIP32 specification, and therefore should be added to the list of the supported curves.
The text was updated successfully, but these errors were encountered: