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
In #85 we are changing the zkp interface, which is an effort to improve the usability, maintainability and readability of the this secp256k1-zkp lib.
Along with #31, we must also update the js/c glue to be compliant with the new interface:
The main changes involve: renaming Ec as Ecc and declaring it as extension of tiny-secp interface replacing Buffer with Uint8Array for browser support replacing number with string to prevent any conversion issue from js to c removing serialize/parse methods (implementation details that should be hided in out abstraction) representing surjection proof as Uint8Array instead of object with low-level details renaming and re-ordering some methods' args for readability
The main changes involve:
The text was updated successfully, but these errors were encountered:
Closed by #33..#37
Sorry, something went wrong.
altafan
No branches or pull requests
In #85 we are changing the zkp interface, which is an effort to improve the usability, maintainability and readability of the this secp256k1-zkp lib.
Along with #31, we must also update the js/c glue to be compliant with the new interface:
The text was updated successfully, but these errors were encountered: