Browse Source

Update README.md

main
Daniel Tehrani 2 years ago
committed by GitHub
parent
commit
d42851f074
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md

@ -24,14 +24,14 @@ We use the zero-knowledge sum-check protocol from [Libra](https://eprint.iacr.or
## Benchmarks ## Benchmarks
| R1CS constraints | Proof gen | Proving key gen | | R1CS constraints | Proof gen | Proving key gen |
| --- | --- | --- | | --- | --- | --- |
| 2^12 | 60ms | 83ms | | 2^12 | 60ms | 83ms |
| 2^15 | 477ms | 85ms | | 2^15 | 477ms | 85ms |
| 2^18 | 4s | 169ms | | 2^18 | 4s | 169ms |
_Measured on a M1 MacBook Pro_
- On the secp256k1 base field
- Measured on a M1 MacBook Pro
## Future work ## 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. - [ ] 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.

Loading…
Cancel
Save