Ya-wen, Jeng
Ya-wen, Jeng
https://github.com/Unirep/Unirep/pull/543#issuecomment-1722463110 When we update the circuits, the prover tests still take the released key url by default. Instead, we should update keys in each commitment - [ ] upload keys...
- **Data** sounds unclear to developers, so we can still use **reputation**, then say that it can be generalized to **data** - Reputation can be related to - KYC, identity...
We can have a global synchronizer for users to query data and return the encrypted data so that it won't reveal user's epoch key information
The gas in decimal would not be valid in some case ```shell /Users/zhengyawen/Documents/GitHub/Unirep/node_modules/solc/soljson.js:133 process["on"]("unhandledRejection", function (reason) { throw reason; }); ^ Error: invalid hexlify value (argument="value", value="10000000000000000", code=INVALID_ARGUMENT, version=bytes/5.7.0) at...
create a bin to make it easier to generate `graph.bin` file users can also export it by ```sh WITNESS_CPP= cargo install --bin generate-witness --path . --features=build-witness ``` and generate bin...
**Circuit:** Anon-adhaar verifier: https://github.com/oskarth/mopro/blob/b84d4423bd5c0b3d11292b5587d20124229fd630/mopro-core/examples/circom/anonAadhaar/aadhaar-verifier.circom#L111 **Error message** ```shell Total input length: 1607 Total signal length: 1602 Main input signal no: 5 thread 'main' panicked at witness/src/field.rs:247:26: called `Result::unwrap()` on an `Err`...
when running the `IsZero` template https://github.com/iden3/circomlib/blob/cff5ab6288b55ef23602221694a6a38a0239dcc0/circuits/comparators.circom#L24C1-L34C2 It causes error in this line https://github.com/philsippl/circom-witness-rs/blob/fed7d591a4a6adfde371d3dac3fde23d755bcd39/src/field.rs#L183 It might be caused by the ` ref: the [circuit.cc](https://gist.github.com/vivianjeng/cffb387d63ad3735414960369ee29fc8)
Hi, When I build with the multiplier circuit ```circom pragma circom 2.1.4; /*This circuit template checks that c is the multiplication of a and b.*/ template Multiplier2 () { //...
# Problem Folding schemes are used by many projects and there are many mature tools: https://github.com/lurk-lab/awesome-folding?tab=readme-ov-file ## Details Support one of the folding schemes (or many). ## Acceptance criteria Generating...
# Problem [gnark](https://github.com/Consensys/gnark) is a fast zk library. It is even more performant than ark-works. We can try to integrate it as an adapter. ## Details Either - generate a...