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

Bn254 Backend for Perpetual Powers of Tau #193

Merged
merged 82 commits into from
Aug 31, 2022
Merged

Bn254 Backend for Perpetual Powers of Tau #193

merged 82 commits into from
Aug 31, 2022

Conversation

GhostOfGauss
Copy link
Contributor

@GhostOfGauss GhostOfGauss commented Aug 2, 2022

PPoT Phase 1 for Bn254

Allows us to use the PPoT Phase 1 for Bn254.

Closes #174

Before we can merge this PR, please make sure that all the following items have been checked off:

  • Linked to an issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Added one line describing your change in CHANGELOG.md and added the appropriate changelog label to the PR.
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Checked that changes and commits conform to the standards outlined in CONTRIBUTING.md.

@GhostOfGauss GhostOfGauss added A-cryptography Area: Issues and PRs related to Cryptography A-trusted-setup Area: Issues and PRs related to Trusted Setup labels Aug 2, 2022
@GhostOfGauss GhostOfGauss self-assigned this Aug 2, 2022
@bhgomes bhgomes added this to the v0.5.5 milestone Aug 2, 2022
@GhostOfGauss GhostOfGauss added the changelog:added Changelog: add these changes to the `added` section of the changelog label Aug 5, 2022
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
@bhgomes bhgomes added the P-high Priority: High label Aug 29, 2022
manta-trusted-setup/Cargo.toml Outdated Show resolved Hide resolved
manta-trusted-setup/src/groth16/kzg.rs Outdated Show resolved Hide resolved
manta-trusted-setup/src/groth16/ppot/hashing.rs Outdated Show resolved Hide resolved
manta-trusted-setup/src/util.rs Outdated Show resolved Hide resolved
manta-trusted-setup/src/groth16/ppot/hashing.rs Outdated Show resolved Hide resolved
@SupremoUGH SupremoUGH self-requested a review August 30, 2022 18:28
SupremoUGH
SupremoUGH previously approved these changes Aug 30, 2022
Copy link
Contributor

@SupremoUGH SupremoUGH left a comment

Choose a reason for hiding this comment

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

Everything's resolve, approve.

@bhgomes bhgomes self-requested a review August 30, 2022 18:30
@bhgomes bhgomes self-requested a review August 30, 2022 18:52
manta-trusted-setup/src/groth16/ppot/serialization.rs Outdated Show resolved Hide resolved
manta-trusted-setup/src/groth16/ppot/serialization.rs Outdated Show resolved Hide resolved
manta-trusted-setup/src/groth16/ppot/serialization.rs Outdated Show resolved Hide resolved
manta-trusted-setup/src/groth16/ppot/serialization.rs Outdated Show resolved Hide resolved
manta-trusted-setup/src/groth16/ppot/serialization.rs Outdated Show resolved Hide resolved
@bhgomes bhgomes merged commit 0f5f27a into main Aug 31, 2022
@bhgomes bhgomes deleted the feat/bn_backend branch August 31, 2022 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cryptography Area: Issues and PRs related to Cryptography A-trusted-setup Area: Issues and PRs related to Trusted Setup changelog:added Changelog: add these changes to the `added` section of the changelog P-high Priority: High
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BN254 Trusted Setup Backend
3 participants