Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/distributed-lab/plonky2-verifier
Plonky2 Verifier.
https://github.com/distributed-lab/plonky2-verifier
no-std plonky2 verifier
Last synced: 5 days ago
JSON representation
Plonky2 Verifier.
- Host: GitHub
- URL: https://github.com/distributed-lab/plonky2-verifier
- Owner: distributed-lab
- License: gpl-3.0
- Created: 2024-11-07T17:28:56.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T15:02:03.000Z (23 days ago)
- Last Synced: 2024-12-26T16:17:45.415Z (23 days ago)
- Topics: no-std, plonky2, verifier
- Language: Rust
- Homepage: https://distributed-lab.github.io/plonky2-verifier/
- Size: 245 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Plonky2 Verifier
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![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)
[![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)> A verifier for [plonky2](https://github.com/0xPolygonZero/plonky2/) proofs.
This rust crate provides functionality to deserialize and verify proof, public inputs and verification key.
## License
This code is released under the GPL 3.0 license.