starkware-crypto-utils
starkware-crypto-utils copied to clipboard
Signatures, keys and Pedersen hash on STARK friendly elliptic curve
**Is your feature request related to a problem? Please describe.** Would it be possible to refactor library code to leverage `starknet.js` instead of duplicated logic? (e.g. probably most of the...
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...
### Description of the Changes `src/js/asset.js` For Register Token, We require getAssetSelector function. So, we need it to be **exported**. ### Check List - [x] Changes have been done against...
### Description of the Changes Please add a detailed description of the change, whether it's an enhancement or a bugfix. If the PR is related to an open issue please...