-
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…
-
Hey, thanks for the job you are doing here! It's very useful.
Do you have plans to translate the circom SMT?
-
_This issue compiles the short-term journey for the R&D (math-focused) team._
- [ ] Study, give benchmarks and propose optimizations for https://github.com/privacy-scaling-explorations/halo2wrong/b…
-
# Problem
While attempting to implement go-rln-zerokit, I noticed that the resulting static libraries size are very large compared to kilic/rln:
- **kilic/rln**
⁃ aarch64-apple-darwin: **21.9MB**
…
-
## 📝 Overview
Implement CLI app for ml model developers.
## 🖋 Details
CLI app should have the following functionalities.
1. Generate ZK circuits from ML models
2. Generate provin…
-
### Meeting Info
- Jun 13, 2023, 10:00 UTC+8
- Duration: 60 minutes
- [Meeting link](https://meeting.tencent.com/dm/FRRsj0a6FZ26)
- Anyone can comment on the agenda where they would like this to b…
-
## Expected Behavior
### Current Behavior
### Possible Solution
Transaction Failed
## Steps to Reproduce
https://app.webb.tools/#/bridge
webb://v1:vanchor/1099522782887:10995120493…
-
https://github.com/yi-sun/circom-pairing/blob/743d761f07254ea6407d29ba05f29886cfd14aec/circuits/curve.circom#L343
The case `x_equal AND NOT y_equal` should only be considered if `aIsInfinity == 0 A…
-
hi! thanks for this implementation of NOVA for SHA-256. Do you have ideas for how to reduce the final compressed proof size? Is something in the hundreds of byte range possible?
or do you think …
-
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 …