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
Generate addition chains for BLS12-381 prime, as required here:
https://github.com/supranational/blst/blob/c76b5ac69a0044432d16cfd2cce60c93c8b01872/src/recip-addchain.h https://github.com/supranational/blst/blob/c76b5ac69a0044432d16cfd2cce60c93c8b01872/src/sqrt-addchain.h
These would also be a good use case for #94.
The text was updated successfully, but these errors were encountered:
In CIRCL (cloudflare/circl#296) we use addchain for calculating inverses in the prime field of BLS12-381. in Fp, 30% faster; in Fp12, 20% faster.
Sorry, something went wrong.
No branches or pull requests
Generate addition chains for BLS12-381 prime, as required here:
https://github.com/supranational/blst/blob/c76b5ac69a0044432d16cfd2cce60c93c8b01872/src/recip-addchain.h
https://github.com/supranational/blst/blob/c76b5ac69a0044432d16cfd2cce60c93c8b01872/src/sqrt-addchain.h
These would also be a good use case for #94.
The text was updated successfully, but these errors were encountered: