-
I can't assign using `
-
here we go, the code is fixed:
```pragma circom 2.0.0;
include "./circomlib/circuits/sha256/sha256.circom";
template hashing() {
signal input in[1];
signal output out[256];
…
-
In GitHub Security Advisory [GHSA-498w-5j49-vqjg](https://github.com/advisories/GHSA-498w-5j49-vqjg), there is a vulnerability in the following Go packages or modules:
| Unit | Fixed | Vulnerable Ran…
-
When running `stark_aggregation.sh yes bls12381`, I got the error below:
```
+ echo '>>> groth16 scheme
-
Similar reason to poseideon-rs, plus some benefit to keep it compatible with arkworks field representation. https://github.com/arnaucube/poseidon-rs/commit/233027d6075a637c29ad84a8a44f5653b81f0410
-
Hello there,
snarkjs.groth.prove function failing after taking the build of the project. I am using react on client side and i can generate proofs of valid inputs without any problem but after takin…
-
### Problem
Signature verification is an important building block for many protocols. The most popular in this domain being EcDSA. One problem with EcDSA is that it is not deterministic and so it is …
-
Hey, thanks for putting together such a useful resource! I found this really easy to import and spin up my own ZK-enabled repo using Hardhat.
Do you have any plans to make this more Foundry-friendl…
-
Suggest publishing `packages/circuits` as an npm package similar to `circomlib`.
This would allow importing via `node_modules` similar to how we [often import circomlib](https://github.com/personae…
-
Source code location:
https://github.com/socathie/circomlib-ml/blob/master/circuits/Conv1D.circom
According to your test case: `Conv1D(20, 3, 2, 4, 3)`, it seems `in[19][*]` are never used, accord…