-
**Affected Code:** BN254.sol (line 188)
**Summary:** The current implementation of the invert function allows the input 0 to be processed. This is incorrect because 0 does not have a multiplicative i…
-
I'm creating this issue to continue the discussion on lsig size raised in #5943 by @giuliop. Below is his original post
> We keep of course a limit on the program size for lsig and apps. The apps o…
joe-p updated
4 months ago
-
### Problem
Currently in Brillig, we inline functions but don’t do loop unrolling, so we are really constrained in terms of constant folding.
It seems likely that there are plenty of functions tha…
-
Running the command `RUST_LOG=info cargo run --bin plonk_bn254 --release` in the `./excamples/fibonacci/scripts/` dir as specified in the [docs](https://docs.succinct.xyz/verifying-proofs/solidity-and…
-
Part of #3446
While not being directly suggested in the above meta issue from @roninjin10 this issue is inspired by the write-up and particularly by again looking at the "shocking" graph included …
-
## Problem
Prove time for Semaphore (https://github.com/kobigurk/semaphore) zKSNARKs using circom, groth and snarkjs is currently way too long. It takes on the order of ~10m to generate a proof. Wi…
-
This feature is similar to the discussion here: https://github.com/nim-lang/Nim/issues/12216#issuecomment-533617340 which was for original use-case https://github.com/nim-lang/Nim/issues/12216#issue-4…
-
1. When i use the code "api.AssertIsLessOrEqual(v1, v2)", it always be true, even if the value of v1 is larger than v2.
2. As forthe code "api.AssertIsLessOrEqual(v1, 100)",it can run correctly and…
-
Hi, I'm trying to setup a local regtest node and I'm using this crate. When compiling I get an error in a bitcoind dependency (bitcoincorerpc-json):
```bash
warning: skipping duplicate package `em…
-
Using parallel repetition doesn't provide enough soundness, the fix will be implemeneted in early July.
We are currently focusing on BN254 and distributed computation.