-
Notifications
You must be signed in to change notification settings - Fork 149
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
feat: add version of bucket method for many outputs (PROOF-642) #104
Conversation
#include "sxt/base/curve/example_element.h" | ||
#include "sxt/base/device/synchronization.h" | ||
#include "sxt/base/test/unit_test.h" | ||
#include "sxt/curve21/operation/add.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like all the tests use the bascrv::element97
component. Do need to include anything from curve21
or field51
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a test for curve21. Thank you.
🎉 This PR is included in version 1.38.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Rationale for this change
Add version of the bucket method that is more efficient for the case of short multi-exponentiations with many outputs.
What changes are included in this PR?
Updates the multiexponentiation code to use the new bucket methods if the problem dimensions suggest it makes sense.
Are these changes tested?
Yes