2025-01-31 12:37:24 +01:00
2025-01-31 12:18:14 +01:00
2025-01-31 12:18:14 +01:00
2024-10-07 10:36:11 +02:00
2025-01-31 12:37:24 +01:00
2024-10-07 10:36:11 +02:00
2025-01-09 10:37:06 +01:00

Proof Aggregation

This repository contains all work related to proof aggregation (currently only local proof aggregation).

Repository organization

  • plonly2_poseidon2 is the crate for plonky2 which supports the poseidon2 hash function.

  • codex-plonky2-circuits contains the codex proof circuits tailored specifically for plonky2. These circuits have the functionality as those in here

  • proof-input contains the lib code to generate proof input for the circuit from fake dataset.

  • workflow contains the scripts and example code to generate input, run the circuits, generate a proof, and verify the proof.

Documentation

See the write-ups on plonky2 storage proofs and proof recursion

WARNING: This repository contains work-in-progress prototypes, and has not received careful code review. It is NOT ready for production use.

Description
Proof aggregation - WIP
Readme
Languages
Rust 99.5%
Shell 0.5%