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(ivc): impl cyclefold::sfc::delegated::sangria_verify #368

Open
cyphersnake opened this issue Oct 21, 2024 · 2 comments
Open

feat(ivc): impl cyclefold::sfc::delegated::sangria_verify #368

cyphersnake opened this issue Oct 21, 2024 · 2 comments
Assignees
Milestone

Comments

@cyphersnake
Copy link
Collaborator

We have an existing implementation of the Sangria folding chip. Now, we need to adapt it for Cyclefold, ensuring that we use C::Base rather than C::Scalar for the verification.

Depends on the successful completion of #367 to adapt the delegated verification logic.

@cyphersnake cyphersnake added this to the CycleFold milestone Oct 21, 2024
@cyphersnake cyphersnake self-assigned this Oct 21, 2024
@cyphersnake cyphersnake changed the title feat(ivc): implement cyclefold::sfc::delegated::sangria_verify feat(ivc): impl cyclefold::sfc::delegated::sangria_verify Oct 21, 2024
@cyphersnake
Copy link
Collaborator Author

Make gate abstract in ecc gadget to decrease degree of it

@cyphersnake
Copy link
Collaborator Author

cyphersnake commented Oct 22, 2024

  1. Write same as sangria::fold_chip chip, but with native field and with x* as pub IO (2 sp)
  2. Add is_equal check with RelaxedPlonkTrace.W_commitments (1 sp)

3 sp

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

No branches or pull requests

1 participant