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

perf: Consider faster batch forgery identification #90

Open
Yawning opened this issue Aug 16, 2021 · 0 comments
Open

perf: Consider faster batch forgery identification #90

Yawning opened this issue Aug 16, 2021 · 0 comments

Comments

@Yawning
Copy link
Contributor

Yawning commented Aug 16, 2021

Right now, the strategy used for batch verification with forgery identification is to fall back to serial verification. Per "Faster batch fogery identification", it is possible to reuse intermediaries from the multiscalar multiply when identifying the forgeries.

Complications:

  • The experimental results with Stratus has a cutoff of n/3 forgeries beyond which, serial verification is faster.
  • We use Pippenger for large batches.
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