-
### Aim
Trying to work around #4244
Code:
```rust
use dep::std::field::bn254::assert_gt;
struct ListItem {
key: Field,
previous: Field,
next: Field,
}
impl ListItem {
…
-
Hi, currently, I use circom-secq to compile the circom file, and use snarkjs to generate witness, prove, and the verify contract. However, I found the data in public.json is different from the public …
-
We found a race condition on SolveWithHint function, we provide a minimal example to reproduce the bug.
## Description
```
package gnarktest
import (
"fmt"
"math/big"
"testing"
"gith…
-
I used the following command to build the ICICLE library using nvcc.
```bash
nvcc -o build/bn254 ./icicle/curves/index.cu -lib -arch=native
```
I cannot run the binary without Nsight Compute.
…
-
**Context:** [EcPairing.yul#L457](https://github.com/lambdaclass/zksync_era_precompiles/blob/bb9d3991d7af865a717f19559cd256a6ba6a90c8/precompiles/EcPairing.yul#L457)
**Description:**
`g2IsInSubG…
-
ignoring uninitialized slice: Digits []frontend.Variable happen in the following circuit.
## Description
When running the following TestBinaryCircuit1, it report "ignoring uninitialized slice: Dig…
-
Add baseline MSM benchmarks for [webgpu-msm](https://github.com/demox-labs/webgpu-msm) and [webgpu-crypto](https://github.com/demox-labs) from demox-labs.
-
Hi, I was wondering why do we reduce the constant value [here](https://github.com/Consensys/gnark/blob/5f1643d98071aabc5abbe89573e4c153cd1c6b0e/std/math/emulated/element.go#L60)? I have a constant val…
-
### Aim
While starting to learn how to use Noir language and Nargo, i noticed there is an inconsistency in the "Hash method" section of Noir standard library documentation :
```
example:
fn …
-
# BN254 Scalar Multiplication
The following tasks need to get done:
- [ ] Implement `PippengerRuntimeState::new()`
- [ ] Implement `PippengerRuntimeState::pippenger_unsafe()`
- [ ] Implement `Pi…