vulpemventures / secp256k1-zkp

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

Add privateSub to ecc #36

Closed altafan closed 1 year ago

altafan commented 1 year ago

This adds the missing method ecc.privateSub.

BONUS: fix lib/index.d.ts.

Please @louisinger review this.