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

Add note to README.md highlighting batch verification for reports. #51

Open
hdevalence opened this issue Apr 8, 2020 · 0 comments
Open

Comments

@hdevalence
Copy link
Collaborator

Ed25519 signatures support batch verification. This means that users who download large batches of signed reports can efficiently verify the entire batch at once. Batch verification can be much faster than singleton verification. For instance, here's a graph from this post:

batch

This speedup would not be possible using ECDSA.

There should be a note in the protocol description highlighting that batch verification of signed reports is possible.

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