-
Hi. Is "invalid access" the expected behavior when the output is being used before the inputs?
```
pragma circom 2.1.0;
include "circomlib/poseidon.circom";
template M() {
signal input in…
-
Any ideas on the potential causes of [this issue](https://github.com/zk-email-verify/zk-regex/issues/2)?
-
Hey!
I have written a zk-circuit that works perfectly fine when all input signals are set to default/private.
However, if I want to change the visibility of 1-2 signals to public the zkey generati…
-
**'yarn add -dev hardhat'** results in this error
error Command failed.
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads https://github.com/tornadocash/circomlib.git
Directory: C…
-
Hi, fn generate_constants() https://github.com/filecoin-project/neptune/blob/2b11f0ce69f52aa9594f250baa658bfe2d349ac3/src/round_constants.rs#L26
references https://extgit.iaik.tugraz.at/krypto/hadesh…
-
Hello circom people! I've tried to find a similar issue or a documentation for my case, but didn't succeed. Please help 🥲
I'm trying to create a simple circuit which has two inputs: `secret` (priva…
mlshv updated
2 years ago
-
# Problem
In zerokit RLN module, a RLN object is initialized by passing the height of the membership Merkle-tree. The tree height corresponds to the total number of levels the tree is made of, includ…
s1fr0 updated
2 years ago
-
When used in bazaart:
Related code:
https://github.com/nevermined-io/sdk-js/blob/master/src/utils/KeyTransfer.ts
-
Hello,
I forked [tommymsz006's zkbattleship-circuit](/tommymsz006https://github.com/tommymsz006/zkbattleship-circuit) and am trying to get it running with circom 2.0.x along with some other qol cha…
-
## Problem
Add poseidon hash with functionality according to spec.
Create an `identity` structure with identity commitment that can be inserted into a merkle tree.
From spec (https://github.com…