From d42851f07425405969b41b94b69fcf41dd8ebdc0 Mon Sep 17 00:00:00 2001 From: Daniel Tehrani Date: Mon, 31 Jul 2023 14:19:34 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 632d029..5579a72 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ We use the zero-knowledge sum-check protocol from [Libra](https://eprint.iacr.or ## Benchmarks - | R1CS constraints | Proof gen | Proving key gen | | --- | --- | --- | | 2^12 | 60ms | 83ms | | 2^15 | 477ms | 85ms | | 2^18 | 4s | 169ms | -_Measured on a M1 MacBook Pro_ +- On the secp256k1 base field +- Measured on a M1 MacBook Pro ## Future work - [ ] Employ *self-recursion* techniques from [Vortex](https://eprint.iacr.org/2022/1633.pdf)/[Orion](https://eprint.iacr.org/2022/1010.pdf) to make the proofs smaller.