-
Roadmap:
1. reproduce zkmessage.xyz
2. check membership using Merkle tree
3. update mimc to ECDSA signature verification
4. Proofs of Property of Identity via a onchain DAO contract deployed on Az…
-
#### Expected Behavior
Lean should handle cases of stock suspensions and halts correctly.
There are cases where the [SEC intervenes in the market to halt trading activity due to serious conc…
-
The form design pattern is described in the XLSForm Reference section titled _[Repeating as long as a condition is met](https://docs.getodk.org/form-logic/#repeating-as-long-as-a-condition-is-met)_. T…
-
I am working on the modelling of Line Start Permanent Magnet Motor(LSPM). This particular machine includes the characteristics of both SCIM and PMSM. https://ieeexplore.ieee.org/document/8188765. Its…
-
RIght now the circuit-breaker implementation is fixed.
Expose a CircuitBreakerStrategy to allow custom implementations that can be plugged in.
-
There should be a maxrowsize option on aggregations that also influences the max-read-size buffer in zngio. Maximum row size is more intuitive and is the real bottleneck here. When we implement this…
-
## Steps to reproduce the issue
Run `yosys -p synth_xilinx test.v` on the following design.
```
module test #(
parameter integer ABITS = 12,
parameter integer DBITS = 8
) (
…
-
@levs57 has suggested modifying Groth16 to adapt it to RelaxedR1CS, which not only would have less overhead than [the current approach](https://github.com/privacy-scaling-explorations/folding-schemes/…
-
I am learning vio recently and need camera+IMU data, but I only have an oak-d-lite on hand. I found that the circuit for the IMU (BNO085) is reserved on the board
![image](https://user-images.githubu…
-
I notice in a lot of places we have placeholder T complexity that includes the correct T complexity but doesn't do accounting for cliffords. This is good and fine, except I think we need a sentinel va…