-
Notifications
You must be signed in to change notification settings - Fork 48
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: merge abstract phase1 for trusted setup #131
Conversation
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I like the refactoring of Configuration
into Pairing
, Serializer
, Deserializer
, and HasDistribution
.
I'm going to think a bit about whether it would make things clearer to refactor Response
and Challenge
so that only Response
would be passed between functions and Challenge
could be computed within the function that needs it. Maybe this isn't possible or worthwhile but I find the current usage confusing.
Co-authored-by: Todd Norton <93260651+GhostOfGauss@users.noreply.github.com> Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
For many proof system SRS ceremonies, we use a modified KZG scheme. Instead of having a global one, we wanted to have a Groth16-specific KZG ceremony, and in the future we can add a more universal interface for this commitment scheme SRS. Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
@GhostOfGauss Resurfacing this issue #131 (comment) since the code has changed since then. |
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Co-authored-by: Todd Norton <93260651+GhostOfGauss@users.noreply.github.com> Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Co-authored-by: Boyuan Feng <bfeng9@wisc.edu> Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Adds preliminary phase1 abstractions for trusted setup, integrating into the rest of the
manta-rs
ecosystem.Before we can merge this PR, please make sure that all the following items have been checked off:
CHANGELOG.md
and added the appropriatechangelog
label to the PR.Files changed
in the GitHub PR explorer.CONTRIBUTING.md
.