Proof aggregation - WIP
Go to file
M Alghazwi 0696e6477b clean up 2024-11-08 12:26:50 +01:00
codex-plonky2-circuits add json support, proof-input, and refactor 2024-11-08 12:22:36 +01:00
plonky2_poseidon2 init 2024-10-07 10:36:11 +02:00
proof-input clean up 2024-11-08 12:26:50 +01:00
workflow re-arrange code and refactor 2024-11-08 12:23:55 +01:00
.gitignore init 2024-10-07 10:36:11 +02:00
LICENSE.md init 2024-10-07 10:36:11 +02:00
README.md init 2024-10-07 10:36:11 +02:00

README.md

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

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