From a867e03f3c01f845365f844a56b78445280d2fda Mon Sep 17 00:00:00 2001 From: BGluth Date: Mon, 12 Feb 2024 12:56:24 -0700 Subject: [PATCH] Fixed an `https` link + cleanup --- proof_gen/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proof_gen/README.md b/proof_gen/README.md index 9b8ab599f..b16e55589 100644 --- a/proof_gen/README.md +++ b/proof_gen/README.md @@ -4,8 +4,10 @@ Library for generating proofs from proof IR. For the time being, the only library that produces proof IR is currently [plonky-edge-block-trace-parser](https://github.com/0xPolygonZero/plonky-edge-block-trace-parser). Down the road, the IR will be produced by decoding the proof gen protocol. + # General Usage (Extremely rough, will change) +In [proof_gen.rs](https://github.com/0xPolygonZero/zk_evm/proof-gen/blob/main/src/proof_gen.rs), there are three core functions: - `generate_txn_proof` - `generate_agg_proof`