vulpemventures / secp256k1-zkp

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

Export secp256k1 methods #31

Closed altafan closed 1 year ago

altafan commented 1 year ago

We need to export the methods from secp256k1 for ecdsa/schnorr operations while sticking with TinySecp256k1Interface.

Reference implementation (might be helpful to take a look at the abstraction made here): https://github.com/bitcoinjs/tiny-secp256k1/blob/master/src_ts/index.ts