From 02850e63c3fe08c883371dd53eda720081fd8227 Mon Sep 17 00:00:00 2001 From: M Alghazwi Date: Thu, 10 Jul 2025 12:44:26 +0200 Subject: [PATCH] include monolith in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ccc24de..dd7aecd 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Repository organization - [`codex-plonky2-circuits`](./codex-plonky2-circuits) contains the Plonky2 codex storage proof circuits. These circuits have the functionality as those in [**here**](https://github.com/codex-storage/codex-storage-proofs-circuits) +- [`plonky2-monolith`](./plonky2-monolith) contains the Monolith hash function for Plonky2. + - [`proof-input`](./proof-input) contains the code to generate proof input for the circuit from fake dataset + some tests for the circuits. - [`gnark-wrapper`](./gnark-wrapper) contains a Go-based CLI for compiling, proving, and verifying Plonky2-wrapped circuits using our version of [gnark-plonky2-verifier](https://github.com/codex-storage/gnark-plonky2-verifier)