starkware-libs / starkware-crypto-utils

Signatures, keys and Pedersen hash on STARK friendly elliptic curve
Apache License 2.0
54 stars 37 forks source link

Refactor `starkware-crypto-utils` to use `starknet.js` #12

Open SergeyVolynkin opened 1 year ago

SergeyVolynkin commented 1 year ago

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 src/js/signature.js can be replaced with starknet.js)

Describe the solution you'd like Use starknet.js where possible for the utils code

Describe alternatives you've considered

Additional context