-
Some computations, such as comparisons, cannot be directly expressed as constraints in Circom. Instead, CircomLib provides templates that developers can use so that they don’t have to implement them f…
-
using circom compiler 2.1.2
code to replicate:
```
git pull https://github.com/nanaknihal/quotient-circom-replication.git
cd quotient-circom-replication
sh test.sh
```
Witness + proof generatio…
-
### Aim
Noir poseiden hash outputs should be consistent with those of circom's.
### Expected behavior
Hashing the same inputs either with circomlib's implementation or noir's should produce t…
-
ZPiE is the best ZKP lib I've ever seen for IoT devices, especially for those low-resource devices.
I've read the article, but I still felt confused about the circuit design. I wonder if there are an…
-
The docs [1] state that "using `` is, in general, dangerous". Could someone please elaborate on the reason behind this statement?
Is it "safer" to use `
-
https://github.com/iden3/circomlib/blob/master/circuits/babyjub.circom#L96-L97
Why in this circuit is there a check that the private key is within 253 bits? I thought valid private keys are within …
-
In this circuit:
```
pragma circom 2.0.0;
include "../circomlib/circuits/eddsamimc.circom";
include "../circomlib/circuits/mimc.circom";
template VerifyEdDSAMiMC(k) {
signal input from_x;
…
-
Hi, I'm learning zk-snark at cricom.
In [this article](https://kunalm.xyz/posts/zksnark-battleship.html) they use `assert` to check the condition. Is `assert` included in the constraint?
-
In `@unirep/circuits` we use `circomlib` with `include "../../../node_modules/circomlib/circuits/*.circom";`
then the path will be mismatch in `@unirep/circuits` if the `node_module` path is not `../…
-
This is the version of the environment I am using:
Maybe I'm using the wrong method, **the hash I generate with the pedersen tool in `circomlibjs` doesn't match the hash generated by pedersen in `c…