mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-02 22:03:10 +00:00
1020 B
1020 B
Proof Aggregation
This repository contains all work related to proof aggregation (currently only local proof aggregation).
Repository organization
-
plonly2_poseidon2is the crate for plonky2 which supports the poseidon2 hash function. -
codex-plonky2-circuitscontains the codex proof circuits tailored specifically for plonky2. These circuits have the functionality as those in here -
proof-inputcontains the lib code to generate proof input for the circuit from fake dataset. -
workflowcontains the scripts and example code to generate input, run the circuits, generate a proof, and verify the proof.
Documentation
To be added soon.
WARNING: This repository contains work-in-progress prototypes, and has not received careful code review. It is NOT ready for production use.