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
Subgroup checks are somewhat time consuming. They can be optimised by methods described in this paper.
See functions:
subgroup_check_g1()
subgroup_check_g2()
Subgroup checks can be improved by using the pair::g1mul() and pair::g2mul() functions in amcl these will improve multiplication times significantly.
pair::g1mul()
pair::g2mul()
amcl
The text was updated successfully, but these errors were encountered:
Closed in favour of apache/incubator-milagro-crypto-rust#37
Sorry, something went wrong.
No branches or pull requests
Issue
Subgroup checks are somewhat time consuming. They can be optimised by methods described in this paper.
See functions:
subgroup_check_g1()
subgroup_check_g2()
Update
Subgroup checks can be improved by using the
pair::g1mul()
andpair::g2mul()
functions inamcl
these will improve multiplication times significantly.The text was updated successfully, but these errors were encountered: