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

Remove witness from CCCS & LCCCS instances #48

Merged
merged 6 commits into from
Aug 4, 2023
Merged

Conversation

CPerezz
Copy link
Member

@CPerezz CPerezz commented Aug 2, 2023

Since the Verifier in the protocol does not have access to the witnesses, we should not have zs inside of the LCCCS and CCCS instances and instead, work with the witness sepparatedly.

This PR implements this sort of behaviour.
Resolves: #46

@CPerezz CPerezz marked this pull request as ready for review August 2, 2023 15:00
src/ccs/multifolding.rs Outdated Show resolved Hide resolved
@CPerezz CPerezz requested a review from arnaucube August 4, 2023 08:45
Copy link
Collaborator

@arnaucube arnaucube left a comment

Choose a reason for hiding this comment

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

Nice! LGTM

@CPerezz CPerezz merged commit 5f24446 into main Aug 4, 2023
1 check passed
@CPerezz CPerezz deleted the remove/verifier_witness branch August 4, 2023 09:09
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.

Separate instance & witness in NIMFS returned parameters
3 participants