-
Sharing some thoughts I had with @muursh to the greater audience.
We currently have all the circuits living in `AllRecursiveCircuits` struct, which are _flavor_ specific (by flavor I mean here the …
-
# ZK scoping
## Motivation
We have `SigmaProp` type, `Boolean` type and there are connectives `&&`, `||`
which allow to combine them.
In ErgoScript frontend we allow implicit conversion from `S…
-
Instead of doing the MerkleTree computation onchain, it can be done offchain, and proved the correctness inside a zkSNARK proof.
This means that with the current approach (MerkleTree onchain) it ne…
-
**Proposed contribution:** Make explicit considerations for settings with concurrency. For example, do the prover and verifier know in which session they are interacting? Consider mentioning the possi…
-
**Proposed contribution:** Identify in the document which examples can be placed within a boxed environment, with a caption, explanation (possibly an illustration) and a footnote identifying the inclu…
-
Kusama blocks containing parachain inherent currently take a lot of time to execute. Verifying bitfield signatures take the bulk of the execution time. Would be good to optimize this. I can think a co…
-
# ONLY ON DEBUG MODE
reproduced on: note-spending-v5 and note-spending-v6
# Context:
when calling ```create_to_address``` from unit tests, calls are made from the main thread and return successfull…
-
How do the verifier make sure that the proof is indeed related to given Hash (public input). Is there a way to verify this? If Im not wrong, the public witness might help here, but I am not sure how? …
-
## Ecosystem Advancement (RFP): zkOracle Integration for o1js
- **Intent:** To integrate zkOracle functionality with o1js, enabling Mina zkApp developers to incorporate zk-oraclized data in their ap…
-
**Proposed contribution:** Elaborate more on the concept of transferability. For example, in an interactive protocol over the Internet, how do regular authenticated channels vs. “ideally” authenticate…