bitcoinjs / tiny-secp256k1

A tiny secp256k1 native/JS wrapper
MIT License
86 stars 55 forks source link

Feature Request: Support for private key multiply #138

Closed rbndg closed 1 month ago

rbndg commented 1 month ago

Is it possible to add support secp256k1_ec_seckey_tweak_mul? There is support for pub key multiply but not private key multiply

junderw commented 1 month ago

What is the use case?

The point of tiny-secp256k1 is to be a smaller interface than node-secp256k1.

Specifically, only the functions necessary to create Bitcoin applications. (BitcoinJS)

rbndg commented 1 month ago

yes, that's fair enough.