We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The #14 implementation helped performance quite a bit, but there are so many subgroup checks that further improvement is needed.
Probably the best remaining trick is to batch many subgroup checks together. Maybe these PR:
arkworks-rs/algebra#127 arkworks-rs/algebra#130
Other relevant issues:
zcash/zcash#3470 Consensys/gnark-crypto#94 https://cseweb.ucsd.edu/~mihir/papers/batch.pdf apache/incubator-milagro-crypto-rust#37
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The #14 implementation helped performance quite a bit, but there are so many subgroup checks that further improvement is needed.
Probably the best remaining trick is to batch many subgroup checks together. Maybe these PR:
arkworks-rs/algebra#127
arkworks-rs/algebra#130
Other relevant issues:
zcash/zcash#3470
Consensys/gnark-crypto#94
https://cseweb.ucsd.edu/~mihir/papers/batch.pdf
apache/incubator-milagro-crypto-rust#37
The text was updated successfully, but these errors were encountered: