-
I wonder if SWUConfig can be implemented for bn254. Only need one param: Zeta (probably can take from Gnark). It is hard to do outside of the repo due to foreign trait on foreign types limitations
-
Current Groth16 proof verification implementation is incomplete, didn't verify commitments part
https://github.com/Bisht13/gnark-bn254-verifier/blob/1e4a1996df790677f0f8b92983bbf1fa9348c0b9/src/ver…
-
I was looking into Dirk for BLS on bn254 curve keys support. I saw that the library you use [here](https://github.com/wealdtech/go-eth2-types/blob/master/bls.go#L23) have support for [bn254](https://g…
-
### Problem
`bn254` `FieldElement`'s are defined in [`acir_field`](https://github.com/noir-lang/noir/blob/4274efada969847e338e56793701c2f988c6f42c/acvm-repo/acir_field/src/lib.rs#L18)
```rust
pub ty…
-
Are there any plans to support bn254/bn128 curve https://hackmd.io/@jpw/bn254 ?
-
I think only code from lines https://github.com/kevincharm/noble-bn254-drand/blob/104ccdbe3cec6a8917175f008c0328f921593f28/src/bn254.ts#L285 is needed.
Maybe there's some issue which prevents you f…
-
**NOTE:** This might be related to #8341, as I had to [remove assert](https://github.com/AztecProtocol/aztec-packages/issues/8341#issuecomment-2325920831) that failed to compile.
I am building BB w…
-
The Icicle integration for the Groth16/BN254 backend is out of date and does not currently compile, and the version of icicle that gnark depends on is old.
## Description
Trying to build gnark w…
-
The next piece of code proves that $x \cdot y = z$ where $x, z$ are public variables and $y$ is a private variable (witness):
```go
func Example() {
// [Y, Z]
publicVariables := []fr_bn2…
-
**Is your feature request related to a problem? Please describe.**
I was trying to generate keys with [`eth2-val-tools`](https://github.com/protolambda/eth2-val-tools) for the Incredible Squaring e…