Update README.md

This commit is contained in:
John Guibas 2023-03-28 13:07:39 -07:00 committed by GitHub
parent a6e3319c5a
commit 486fafbce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# gnark-plonky2-verifier
This is an in-progress implementation of a [Plonky2](https://github.com/mir-protocol/plonky2) verifier in Gnark. It currently is able to verify some dummy circuits, but not much more as many of the custom gates used in Plonky2 are currently not implemented.
This is an in-progress implementation of a [Plonky2](https://github.com/mir-protocol/plonky2) verifier in Gnark (supports Groth16 and PLONK). It currently is able to verify some dummy circuits, but not much more as many of the custom gates used in Plonky2 are currently not implemented.
Besides the verifier, there are some Gnark implementation of circuits in this repo that may be useful for other projects:
@ -35,4 +35,4 @@ Verifying proof 2023-03-28 11:19:10.169636 -0700 PDT m=+901.808314709
bn254 2023-03-28 11:19:10.175992 -0700 PDT m=+901.814670834
```
The circuit can be significantly optimized by using more efficient arithmetic for Goldilocks, among other things.
The circuit can be significantly optimized by using more efficient arithmetic for Goldilocks, among other things.