{"id":20109968,"url":"https://github.com/distributed-lab/plonky2-verifier","last_synced_at":"2025-07-24T12:33:38.198Z","repository":{"id":261658925,"uuid":"884955939","full_name":"distributed-lab/plonky2-verifier","owner":"distributed-lab","description":"Plonky2 Verifier.","archived":false,"fork":false,"pushed_at":"2025-02-28T17:38:37.000Z","size":419,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-24T15:06:12.952Z","etag":null,"topics":["no-std","plonky2","verifier"],"latest_commit_sha":null,"homepage":"https://distributed-lab.github.io/plonky2-verifier/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/distributed-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-07T17:28:56.000Z","updated_at":"2025-02-28T17:38:30.000Z","dependencies_parsed_at":"2024-12-06T13:51:10.600Z","dependency_job_id":"a246c9b5-0787-44d5-8201-04dce945d87c","html_url":"https://github.com/distributed-lab/plonky2-verifier","commit_stats":null,"previous_names":["distributed-lab/plonky2-verifier"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/distributed-lab/plonky2-verifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/distributed-lab%2Fplonky2-verifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/distributed-lab%2Fplonky2-verifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/distributed-lab%2Fplonky2-verifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/distributed-lab%2Fplonky2-verifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/distributed-lab","download_url":"https://codeload.github.com/distributed-lab/plonky2-verifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/distributed-lab%2Fplonky2-verifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266844087,"owners_count":23993963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["no-std","plonky2","verifier"],"created_at":"2024-11-13T18:09:55.549Z","updated_at":"2025-07-24T12:33:38.153Z","avatar_url":"https://github.com/distributed-lab.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plonky2 Verifier\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Rust CI🌌](https://github.com/distributed-lab/plonky2-verifier/actions/workflows/rust.yml/badge.svg)](https://github.com/distributed-lab/plonky2-verifier/actions/workflows/rust.yml)\n[![Docs 🌌](https://github.com/distributed-lab/plonky2-verifier/actions/workflows/docs.yml/badge.svg)](https://github.com/distributed-lab/plonky2-verifier/actions/workflows/docs.yml)\n\n\u003e A verifier for [plonky2](https://github.com/0xPolygonZero/plonky2/) proofs.\n\nThis rust crate provides functionality to deserialize and verify proof, public inputs and verification key. \n\n## plonky2-converter\n`Plonky2` has a certain number of generics for its constraint system, such as used field, hasher etc.\nSince we are limited by the nature of passing them in `zkVerify`, we use a custom format of [Vk](./src/vk.rs).\n\nFor that reason, this crate also provides a binary to convert verification keys into acceptable by `zkVerify` format.\n\nFurthermore, to bring support for compressed proofs from `plonky2`, we use a custom format of [Proof](./src/proof.rs).\n\n### Install:\n\n```bash\ncargo install --features converter --path .\n```\n\n### Usage:\n\n```bash\nplonky2-converter --help\n```\n\n```\nConverts plonky2 formats\n\nUsage: \n\nCommands:\n  vk     Serialize VerifierCircuitData into zkVerify format\n  proof  Serialize Proof or CompressedProof into zkVerify format\n  help   Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n\n```\n\n## License\n\nThis code is released under the GPL 3.0 license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistributed-lab%2Fplonky2-verifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdistributed-lab%2Fplonky2-verifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistributed-lab%2Fplonky2-verifier/lists"}