-
The bls12_381 elliptic curve can be compiled in circom, but the circomlib that uses baby jubjub (e.g. [eddsa](https://github.com/iden3/circomlib/blob/master/circuits/eddsamimc.circom)) cannot be used …
-
I'm using circom 2.1.4.
c
-
Why there is no Poseidon contract generator for arbitrary number of has inputs?
It can be only fixed and in 1..8 range.
```
export function createCode(nInputs) {
if (( nInputs8)) throw new E…
-
In `circomlib/circuits/mux1.circom` it is possible to specify an input that is not equal 0 or 1 and get an arbitrary output instead of one of inputs. The following check should be added at [line 24](…
-
Only a blank page is shown.
-
While practicing my first snarkjs exercises, I aimed to verify if the proof I possess regarding the pre-image hash of a person's birth date aligns with the hash of this specific date. My approach invo…
-
## Motivation
We are using snarkjs as backend for circom.
```js
const { proof, publicSignals } = await snarkjs.groth16.fullProve(
inputs,
circuitWasmPath,
…
-
I might be blind and not seeing where these are referenced, but general purpose ZKP libraries would be a great addition to this list. I am just starting to learn, and a few (rust ones) I am looking in…
-
what should we do here? What version of poseidon does Circom implement?
https://github.com/zksecurity/noname/blob/main/src/backends/r1cs/builtin.rs#L19
```rust
// todo: impl this
pub fn poseid…
mimoo updated
5 months ago
-
**Describe the package you'd like**
ZK-Kit already provides a [package](https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/eddsa-poseidon) to generate EdDSA keys that uses [P…