vulpemventures / secp256k1-zkp

JavaScript bindings of libsecp256k1-zkp with support for pedersen commitments and range proofs.
MIT License
15 stars 10 forks source link

Refactor JS bindings #16

Closed tiero closed 1 year ago

tiero commented 3 years ago

At the moment it's inconsistent the usage of Uint8Array and Buffer and in general bindings can be rewritten to be more performant

altafan commented 1 year ago

Closed by #33