Skip to content

Add functionalities for ZSA note commitment#15

Merged
ConstanceBeguier merged 3 commits intozsa1from
circuit_note_commitment
May 4, 2023
Merged

Add functionalities for ZSA note commitment#15
ConstanceBeguier merged 3 commits intozsa1from
circuit_note_commitment

Conversation

@ConstanceBeguier
Copy link

@ConstanceBeguier ConstanceBeguier commented Apr 26, 2023

The following modifications are required to implement the ZSA note commitment in the circuit:

  • Added hash and blinding_factor functions to be able to evaluate separately the hash and the blinding factor of a commitment
  • Exposed from_coordinates_unchecked publicly
  • Added a function to convert a AssignedCell<F, F> into a AssignedCell<Assigned<F>, F>

The last two items will be used in our MUX chip.

@ConstanceBeguier ConstanceBeguier changed the base branch from zsa_updates to zsa1 May 4, 2023 13:05
@ConstanceBeguier ConstanceBeguier force-pushed the circuit_note_commitment branch from b64c665 to 0a091aa Compare May 4, 2023 13:07
@ConstanceBeguier
Copy link
Author

I rebased this branch on zsa1.
The CI tests will fail.

@ConstanceBeguier ConstanceBeguier merged commit 7db610e into zsa1 May 4, 2023
This was referenced May 9, 2023
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