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

Implement pairing traits from crate #8

Merged
merged 3 commits into from
Aug 15, 2024
Merged

Implement pairing traits from crate #8

merged 3 commits into from
Aug 15, 2024

Conversation

z2trillion
Copy link
Member

To use axiom's community edition snark-verifier, we need to implement these traits again because axiom has migrated the pairing traits into an independent crate.

@z2trillion z2trillion requested a review from lispc July 22, 2024 10:15
@roynalnaruto roynalnaruto self-requested a review August 6, 2024 17:21
Copy link
Collaborator

@roynalnaruto roynalnaruto left a comment

Choose a reason for hiding this comment

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

Can we file an issue for the TODO to track its progress?

@@ -1,5 +1,6 @@
mod arithmetic;
pub mod hash_to_curve;
// TODO: remove this and use traits defined in axiom_pairing instead.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would this be done in a separate PR? If yes, can we file an issue for this task to keep a track?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think we have issues enabled on this repo and I cannot see a way for me to enable them. I assume I don't have the right permissions.

@z2trillion z2trillion merged commit 976ebc7 into v0.1.0 Aug 15, 2024
7 checks passed
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