diff --git a/README.md b/README.md index 01609a3..e1f0ab9 100644 --- a/README.md +++ b/README.md @@ -525,6 +525,7 @@ For Unreal Engine-compatible client libraries, see [C++ agents](#C++). - [icp-zk-maze](https://github.com/zCloak-Network/icp-zk-maze) - ZK Maze is a ZK coprocessor developed by zCloak. ZK coprocessor offloads intensive Zero-Knowledge (ZK) computations from traditional blockchains, enabling the creation and verification of Zero-Knowledge Proofs (ZKPs) without revealing private information. - [Jolt Verifier Canister](https://github.com/flyq/jolt_verifier_canister) - A Canister which can verify the proof generated by [Jolt](https://github.com/a16z/jolt) zkVM. - [Pado zkAttestations](https://github.com/pado-labs/pado-icp) - A The main functionalities provided by zkAttestations are creating attestations from the PADO extension, and recording attestations on the IC network. In addition, the basic attestation framework created in this project supports developers in creating their attestation-based dApps. +- [Gnark Plonk Verifer](https://github.com/lightec-xyz/plonk_verifier_on_icp) - A Canister that can verify proofs generated by [gnark](https://github.com/Consensys/gnark) on the BN254 curve. ## How it works / Deep dives