Skip to content
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

Does Stark EC curve support HD derive? #11

Open
i-xiaov opened this issue Nov 23, 2022 · 1 comment
Open

Does Stark EC curve support HD derive? #11

i-xiaov opened this issue Nov 23, 2022 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@i-xiaov
Copy link

i-xiaov commented Nov 23, 2022

Does Stark EC curve support HD derive just like secp256k1?
If not, it may be difficult to integrate for many exchanges that derive keys to generate address for every single user. Any solution for this?

@dan-ziv dan-ziv added the question Further information is requested label May 7, 2023
@Cevedale
Copy link

The Stark EC curve may or may not support HD Derivation, depending on the specific implementation of the cryptography. The ability to support HD Derivation depends on how the cryptography system was designed.

If the Stark EC curve does not natively support HD Derivation, i think there are some solutions:

You maybe can use an External Wallet that supports HD Derivation. The user would generate keys within the wallet and use them for transactions on the Stark EC blockchain or you can customize the implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants