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

Feat/pst on g2 #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Feat/pst on g2 #1

wants to merge 7 commits into from

Conversation

nikkolasg
Copy link
Collaborator

No description provided.

thread_handles.push(thread::spawn(move || {
<E::G2 as VariableBaseMSM>::msm(&ph, &scalars[..])
.unwrap()
.into_affine()
}));
}

print!("Waiting for threads to finish...");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice :)

@maramihali
Copy link
Collaborator

can you make sure the github checks pass as well?

@nikkolasg
Copy link
Collaborator Author

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.

@maramihali
Copy link
Collaborator

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)

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

Successfully merging this pull request may close these issues.

2 participants