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

Optimise subgroup checks #26

Closed
kirk-baird opened this issue Apr 5, 2020 · 1 comment
Closed

Optimise subgroup checks #26

kirk-baird opened this issue Apr 5, 2020 · 1 comment

Comments

@kirk-baird
Copy link
Member

kirk-baird commented Apr 5, 2020

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() and pair::g2mul() functions in amcl these will improve multiplication times significantly.

@kirk-baird
Copy link
Member Author

Closed in favour of apache/incubator-milagro-crypto-rust#37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant