-
Notifications
You must be signed in to change notification settings - Fork 0
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/pst on g2 #1
base: master
Are you sure you want to change the base?
Conversation
thread_handles.push(thread::spawn(move || { | ||
<E::G2 as VariableBaseMSM>::msm(&ph, &scalars[..]) | ||
.unwrap() | ||
.into_affine() | ||
})); | ||
} | ||
|
||
print!("Waiting for threads to finish..."); |
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.
nice :)
can you make sure the github checks pass as well? |
No I dont know why no_std is not passing it's a problem from arkworks - im just tempted to remove it, i dont care about no_std compatibility - at least not right now. |
oh, it maybe is again to be some architecture issue, looking at the first error messages (similar to this but maybe not the same fix https://github.com/cryptonetlab/Testudo/blob/master/.github/workflows/testudo.yml#L8) |
No description provided.