-
Notifications
You must be signed in to change notification settings - Fork 123
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
update msm wrappers #587
update msm wrappers #587
Conversation
for batch_size in batch_sizes { | ||
let scalars = <C::ScalarField as FieldImpl>::Config::generate_random(test_size * batch_size); | ||
// a version of batched msm without using `cfg.points_size`, requires copying bases | ||
// let points_cloned: Vec<Affine<C>> = std::iter::repeat(points.clone()) |
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.
remove if not needed
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.
This was a confusion in previous versions. Safe to remove @nonam3e
looks good, let's merge CPU MSM and then merge this too without the TODOs |
7fd96b7
to
3e53a01
Compare
Describe the changes
This PR adds not shared bases option in rust bindings