Skip to content
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

Integrate scalar decomposition in Secp256k1 library #8

Closed
mariocao opened this issue Aug 26, 2019 · 1 comment
Closed

Integrate scalar decomposition in Secp256k1 library #8

mariocao opened this issue Aug 26, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mariocao
Copy link
Contributor

After completing elliptic-curve-solidity #7, scalar decomposition should be integrated into the vrf-solidity library as it will contribute to gas cost reduction.

@mariocao mariocao added the enhancement New feature or request label Aug 26, 2019
@mariocao mariocao added this to the Sprint #21 milestone Aug 26, 2019
@mariocao mariocao removed this from the Sprint #21 milestone Sep 6, 2019
@mariocao
Copy link
Contributor Author

mariocao commented Jan 7, 2021

Closed as we are using the fastVerify method which uses the precompiled ecrecover function in order to verify elliptic curve multiplications. If in the future there is a demand on decreasing the gas of the verify method, we can always reopen the issue. :)

@mariocao mariocao closed this as completed Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant