-
Serialization and Deserialization of the prover key leads to the an error in the Plonk Prover.
For recreation of the issue, please find the following complete example:
```go
package main
imp…
-
I'm new to both gnark and Go. I created a go module and created a file cubic.go and pasted the code from the readme (attached below).
Step 1:
```shell
go mod
```
runs without error and installs…
-
Benchmark data for `Advz::dispersal_data` collected via `cargo bench -- advz` using code from https://github.com/EspressoSystems/hotshot-primitives/pull/54/commits/4ffea02db6aa6626905cfdbc733f51850afa…
-
-
We have not encountered a case where hash to group is necessary. So this is a low priority for now.
We may consider implement
- rejection sampling based, or
- Hash to Elliptic Curve implementat…
-
So I'm trying something that seems like it should be working, but do not know why I get the output I get. Any help would be appreciated.
In my main function I run:
```
// instantiate hash functio…
-
it support bn128 or bn256 curve?
-
Nightly build failure on https://github.com/unionlabs/union/actions/runs/5839269877
-
Hello,
For context, I am working with the Noir lang and the Aztec protocol, which uses `bn254` and `Grumpkin` curves, defined [here](https://hackmd.io/@aztec-network/ByzgNxBfd#Cryptography-Primitive…
-
I upgraded our circuit from `9f74ad791b8c` to latest develop branch commit and the BN254 pairing check is no longer working. I'm not sure whether it is related to the optimization made in this branch …