-
### What command(s) is the bug in?
_No response_
### Describe the bug
cmd
```
C="ecpairing_two_point_oog_d0_g0_v0"
FLAG=" --features=scroll"
export CIRCUIT=ecc
RUST_BACKTRACE=1 RUST_LOG=trace …
-
## Problem
When attempting to publish barretenberg, we get:
https://github.com/AztecProtocol/aztec-packages/actions/runs/6630613410/job/18012362609
Copying and pasting the log incase it expir…
-
Need to add a check to see if the provided IdCommitment belongs to the bn254 field, should revert if not.
-
I am just getting started with go and gnark. I want to write a circuit that captures a ZK relation involving both hashes and BLS12-377 group elements. I have been able to run my code successfully in t…
-
I am writing a proof that a certain relationship holds involving BLS12-377 elliptic curve group elements. Additionally, I had been hoping to use the BN254 curve with the plonk prover, so that I could …
-
Upcoming optimized msm method https://github.com/privacy-scaling-explorations/halo2/pull/40 heavily uses base field inversion. Currently inversion is an exponentiation with `(p-2`). It can be optimize…
-
### Problem
The current dummy backend in [this PR](https://github.com/noir-lang/noir/pull/1491) currently only enables someone working with the `bb.js` backend (found here: https://www.npmjs.com/pack…
-
I'm interested in making Nova-Scotia work with BN254/grumpkin cycle so that we can have Nova output in a groth16 verifier. Any guidelines are appreciated!
-
#### Problem
I've successfully created the Groth16 circuit and proving/verifying code for it using `gnark` API as described in https://docs.gnark.consensys.net/Tutorials/eddsa. In this code I've us…
-
```
--- FAIL: TestProver/bw6_633 (138.65s)
[12533](https://github.com/ConsenSys/gnark/actions/runs/4568192454/jobs/8062965454#step:6:12534)
panic: m (1600008) is too big: the required root of unity…