-
Do you know how to generate the parameters for the pairing curve BLS12-318 in PBC (and use them in charm crypto)?
Which type of curve is this one? Type f?
-
When implementing [BeleniosRF](https://eprint.iacr.org/2015/629), the following questions arose
- [x] 1. Is there a typo in the definition of `H` (`vk` should be `x`)?
- [ ] 2. Can we prove that `…
-
It appears that `SecretUtil` tries to access a variable member `verbose`, which is never set, causing a failure during `SecretUtil.recoverSecret()`. Here is an example that will trigger the failure
…
-
The Barreto-Naehrig precompiles in geth are called `bn256*`. See here https://github.com/ethereum/go-ethereum/blob/3c46f557/core/vm/contracts.go#L75-L77
But the ones in Frontier are called `bn128*`…
-
Yet another experiment to properly generate efficient modular addition in pure LLVM IR in at least x86 and arm without inline assembly (follow-up of #102062, #102868). This time using the intrinsics l…
-
**Is your feature request related to a problem? Please describe.**
`DummySetup` is implemented for groth16 ([here](https://github.com/Consensys/gnark/blob/36b0b58f02d0381774b24efba0a48032e5f794b4/b…
-
## Problem
Our Mac builds in CI have been failing tests and after debugging we are getting a segmentation fault when we try to memcpy the CRS.
The function that calls the memcpy `barretenberg::s…
-
## Description
[semaphore-mtb-setup](https://github.com/worldcoin/semaphore-mtb-setup) allows you to run an MPC ceremony for Groth16. They've previously used Gnark v0.8.0 (because at the time v…
-
I am able to generate proofs for the circuit in the browser, but verification fails.
Here is the [circuit](https://github.com/metavind/noir-ml/blob/4a417860aea38f3c9bd8d4635ece64374f5be027/example_…
-
1. using the latest zkm repo
2. running the sha2-rust
ARGS="711e9609339e92b03ddc0a211827dba421f38f9ed8b9d806e1ffdd8c15ffa03d world!" RUST_LOG=info ELF_PATH=examples/sha2-rust/target/mips-unknown-l…