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(node): Plonky2 proofs onchain verification (part 2) #4465

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

Conversation

ekovalev
Copy link
Member

@ekovalev ekovalev commented Jan 23, 2025

Overview

Introduces client side support for onchain Plonky2 proofs verification (#4442).

Changes

Changes are mostly ported from the original Plonky2 repository with maybe some slight modifications to ensure we only bring over necessary stuff. Specifically:

  • GoldilocksField arithmetic to support computations on the host;
  • Poseidon hash operations.

Note

This PR intentionally omits some architecture-specific code from the original Plonky2 repository (again, for the sake of a smaller PR size). Whatever is lacking here will be added in the next PR in the series.

@ekovalev ekovalev added A0-pleasereview PR is ready to be reviewed by the team D2-node Gear Node C1-feature Feature request labels Jan 23, 2025
@ekovalev ekovalev requested review from mertwole and breathx January 23, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview PR is ready to be reviewed by the team C1-feature Feature request D2-node Gear Node
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant