-
Thanks for the repo, and it is very cool!
I wanted to try out batch verify but the tests failed. Does it work? Do you have benchmarks of the batch verify circuit?
ghost updated
2 years ago
-
I have three questions, two general, one technical:
- Are there any benchmarks for complex circuits in this library?
- What needs to be done for the r1cs to become stable?
- How would one per…
-
Depends on https://github.com/privacy-scaling-explorations/zkevm-circuits/issues/1646
We have some github actions to run the benchmarks, but they may be outdated. We want to update them and schedu…
ed255 updated
11 months ago
-
Hi there,
After doing some research in your data, I notice that there are something strange in spice files.
For example, in real-circuit-benchmarks/asap7/data/aes_reg_grid.sp.gz
R35161 n1_M7_41…
-
In the long run, performance is going to matter a lot.
- [ ] Implement microbenchmarks for each operation (prove transfer, prove VPBlind, prove VP, verify proof, verify signature, etc)
- [ ] Imple…
-
### Describe the feature request
We are currently at `risc0-zkvm = "0.21.0"`. The latest main branch contains updates after their open-source announcement which has a lot more nicer APIs.[ Example wo…
-
data and some plots at https://gist.github.com/migueldiascosta/0a0dbe061982bc4cc2bc7171785a4b86, as requested by @scarrazza
-
When running Shor method 2 with >17Q, I get the error:
```
---------------------------------------------------------------------------
ValueError Traceback (most rec…
-
benchmarks run with `library_benchmark` seem to be including the time to transfer and convert the state to a `numpy` array in the simulation time instead of in the transfer time, as `circuit_benchmark…
-
If we can generate benchmarks for the in circuit ECC operations which use zerocaf they can be formatted and stored. As this can be the best way to compare to both other embedded curve(s) and the cost …