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

refer to other drafts on curve operations and pairing operations #9

Open
zhenfeizhang opened this issue Mar 18, 2019 · 0 comments
Open
Labels
editorial question Further information is requested

Comments

@zhenfeizhang
Copy link
Collaborator

this draft relies on the following curve operations

  • hash to g1 and g2
    • the current draft uses try-then-incremetal method
    • change to the methods from hash-to-curve draft or pairing friendly curve draft
  • membership test
    • multiply by the group order and check if the results is identity
    • change to the methods from pairing friendly curve draft
  • definition of identity
    • follow the definitions from pairing friendly curve draft
@zhenfeizhang zhenfeizhang added question Further information is requested editorial labels Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant