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

Fix typos #475

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typos README.md
  • Loading branch information
nnsW3 authored Jun 16, 2024
commit 44224e5b62cdd0e9dca1454648d2141e9ca93ebe
2 changes: 1 addition & 1 deletion phase1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Distributed generation of powers of tau for Phase 1 of [BGM17](https://eprint.iacr.org/2017/1050).

Also contains a binary which converts the Powers of Tau to Lagrange coefficients and allows Phase 2 to produce efficient A, B and L queries for the Groth16 SNARK.
Also contains a binary that converts the Powers of Tau to Lagrange coefficients and allows Phase 2 to produce efficient A, B and L queries for the Groth16 SNARK.

- Utilizes [Zexe's algebra crate](https://github.com/scipr-lab/zexe), meaning we support all available curves:
- BLS12-377
Expand Down