-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Merge TinySecp interface into Zkp #85
Comments
Just to mention that we can move to Although for rangeproofs we need an impl, that should come either from our WASM or the upcoming ObjectiveC/Java for React Native. To be compatible with TinySecp we can have this wrapper synonymdev/bitkit#549 |
My proposal is to move the current interfaces living in confidential.ts to a brand new file secp256k1-zkp.ts with the following changes:
The main changes involve:
|
SInce secp256k1-zkp is like an extended version of secp256k1, we can merge the tiny secp interface defined in ecpair into
Ec
of our Zkp interface so that this interface can be used for both blinding and signing transactions.The text was updated successfully, but these errors were encountered: