You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: