Skip to content

Commit

Permalink
highlight proof aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Dec 12, 2023
1 parent d2cf143 commit ab8b79d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ Additionally, within this repository, there is an example provided for verifying

As this effort is continuously evolving, there are multiple repository variants to choose from. For optimal results:

- For production use, it is recommended to use [axiom’s fork](https://github.com/axiom-crypto/snark-verifier), which has been audited.
- Use [Axiom’s fork](https://github.com/axiom-crypto/snark-verifier) of snark-verifier when
- You require production-grade quality; Axiom's fork has been audited.
- Proof aggregation is necessary.
- In the future, consider using [halo2-solidity-verifier](https://github.com/privacy-scaling-explorations/halo2-solidity-verifier) for solidity verifier generation. However, please note the following:
- The plan is to phase out snark-verifier and shift focus to halo2-solidity-verifier
- Keep in mind halo2-solidity-verifier is currently unaudited and has certain limitations, refer to the project README for details.
- snark-verifier may encounter issues generating Solidity code due to hitting the contract size limit with large circuits, a problem addressed by halo2-solidity-verifier.
- Proof aggregation is not supported in halo2-solidity-verifier at this time.

0 comments on commit ab8b79d

Please sign in to comment.