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

Enable hiding commitments in nova and hypernova #129

Merged
merged 7 commits into from
Jul 29, 2024

Conversation

dmpierre
Copy link
Collaborator

@dmpierre dmpierre commented Jul 16, 2024

This PR aims to make it possible to specify blinding commitments. It consists in changing how generics are specified for the different structs used with nova and hypernova. We test our changes for pedersen commitments, since blinding factors have been removed from the KZG commit() method.

This PR precedes #127, which adds the ability to generate zk IVC proofs for nova.

@dmpierre dmpierre changed the title feat: enable hiding commitments in nova and hypernova Enable hiding commitments in nova and hypernova Jul 16, 2024
@dmpierre dmpierre requested review from arnaucube and CPerezz July 16, 2024 12:11
@dmpierre dmpierre marked this pull request as ready for review July 16, 2024 12:11
folding-schemes/src/folding/nova/mod.rs Outdated Show resolved Hide resolved
folding-schemes/src/folding/nova/mod.rs Outdated Show resolved Hide resolved
folding-schemes/src/folding/nova/mod.rs Show resolved Hide resolved
folding-schemes/src/folding/nova/mod.rs Outdated Show resolved Hide resolved
@dmpierre dmpierre force-pushed the feat/blinding-commitments branch from 3099bef to 19ca029 Compare July 22, 2024 15:50
@dmpierre dmpierre force-pushed the feat/blinding-commitments branch from 19ca029 to 2707b0c Compare July 22, 2024 16:33
@dmpierre dmpierre requested a review from arnaucube July 22, 2024 16:37
Copy link
Member

@CPerezz CPerezz left a comment

Choose a reason for hiding this comment

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

LGTM modulo all arnaucube 's comments applied.

folding-schemes/src/folding/nova/mod.rs Outdated Show resolved Hide resolved
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.

LGTM! Getting closer to the zk ^^

Just a minor thing in #129 (comment)

@dmpierre dmpierre requested a review from arnaucube July 26, 2024 16:12
@dmpierre dmpierre added this pull request to the merge queue Jul 29, 2024
Merged via the queue into main with commit 21ff3cf Jul 29, 2024
5 checks passed
@dmpierre dmpierre deleted the feat/blinding-commitments branch August 9, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants