From 305337b77772c38cc1f37daa609a828b1eb9485a Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Fri, 20 Jun 2025 19:10:23 +0200 Subject: [PATCH] README: update example sha256_circuit does not seem to exist anymore. `keccak` does. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a49df7e6..fe871812a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ lto = "fat" There are examples of simple commit-and-prove SNARKs in the `examples` directory. For example, you may run ```bash -cargo run --release --example sha256_circuit +cargo run --release --example keccak ``` By default, all the examples are run on relatively small instance sizes. The examples accept command line arguments to specify the size of the data.