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

Signature Verification Improvements #39

Open
gakonst opened this issue Apr 24, 2020 · 0 comments
Open

Signature Verification Improvements #39

gakonst opened this issue Apr 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gakonst
Copy link
Contributor

gakonst commented Apr 24, 2020

by @nikkolasg

BTW, I just want to express here that if performance becomes an issue, note that the API uses a slow verification method: it does the paper version of the pairing: e(x,a) == e(a,x) instead of doing the "one time" operation - I never used this way of doing pairings so I went the straightest path but it means it's doing two full pairings, so it's slower.

This method is available in Zexe and we use it here

@gakonst gakonst changed the title Verification Improvements Signature Verification Improvements Apr 30, 2020
@gakonst gakonst added the enhancement New feature or request label Apr 30, 2020
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