starkware-crypto-utils
starkware-crypto-utils copied to clipboard
Does Stark EC curve support HD derive?
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?
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.