Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.