Skip to content

update links to articels #62

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions docs/Concepts/schemes_curves.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ It's a proving scheme with a preprocessing phase that can be updated, and has a

:::info

For more information, we recommend this [Plonk paper](https://eprint.iacr.org/2019/953.pdf), and [this Plonk article](https://hackmd.io/@zkteam/plonk).
For more information, we recommend this [Plonk paper](https://eprint.iacr.org/2019/953.pdf), and [this Plonk article](https://hackmd.io/@gnark/plonk).

Some projects that use PlonK include Aztec, ZKSync, and Dusk.

Expand Down Expand Up @@ -120,7 +120,7 @@ Given $E_1$ must have a highly 2-adic field characteristic, BLS12-381 cannot be

:::info

Some [benchmarks and comparisons](https://hackmd.io/@zkteam/eccbench) of third-parties implementations against `gnark-crypto`.
Some [benchmarks and comparisons](https://hackmd.io/@gnark/eccbench) of third-parties implementations against `gnark-crypto`.

Some applications that use one-layer proof composition include ZEXE, Celo, Aleo, and Zecale.

Expand Down