proof-aggregation/codex-plonky2-circuits
2025-07-09 10:05:42 +02:00
..
2025-07-09 10:05:42 +02:00
2025-06-17 12:29:20 +02:00
2025-06-17 12:29:20 +02:00
2025-07-03 13:51:35 +02:00

Codex Plonky2 Circuits

This crate is an implementation of the codex storage proofs circuits for the plonky2 proof system.

Code organization

  • circuit_trait contains a general trait for all Plonky2 circuit to automate the building and proving.

  • circuits is the Plonky2 Circuit implementation for sampling cells in dataset merkle tree.

  • recursion contains the (2-to-1 tree) recursion circuits for aggregating proofs.

  • bn254_wrapper contains the poseidon hash implementation for bn254 curve.

  • serialization contains functions for serializing and deserializing the circuit data and proofs.

  • error contains the list of error related to the circuits.