We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Androlo, great work on the libraries here!
Is there any JS equivalent for the sepc library @androlo? I'm trying to find these methods for JS:
Sepc256k1_addMixedM Secp256k1._addMixed Secp256k1._mul Secp256k1._add ECCMath.toZ1
Does this library have equivalents or do their mul/add methods not match the above: https://github.com/cryptocoinjs/secp256k1-node/blob/master/API.md#publickeytweakmulbuffer-publickey-buffer-tweak--boolean-compressed--true---buffer?
It doesn't look like they do exactly what I need.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@androlo thanks, will give these a shot!
No branches or pull requests
Hi Androlo, great work on the libraries here!
Is there any JS equivalent for the sepc library @androlo? I'm trying to find these methods for JS:
Sepc256k1_addMixedM
Secp256k1._addMixed
Secp256k1._mul
Secp256k1._add
ECCMath.toZ1
Does this library have equivalents or do their mul/add methods not match the above: https://github.com/cryptocoinjs/secp256k1-node/blob/master/API.md#publickeytweakmulbuffer-publickey-buffer-tweak--boolean-compressed--true---buffer?
It doesn't look like they do exactly what I need.
The text was updated successfully, but these errors were encountered: