starkware-crypto-utils icon indicating copy to clipboard operation
starkware-crypto-utils copied to clipboard

Does Stark EC curve support HD derive?

Open i-xiaov opened this issue 2 years ago • 1 comments

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?

i-xiaov avatar Nov 23 '22 07:11 i-xiaov

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.

Cevedale avatar Oct 12 '23 09:10 Cevedale