-
The comparison chart between SNARK / STARK / Bullet suggests that SNARK's require a trusted setup, but this is no longer true with proving systems like Halo.
-
I attempted to reach out to Smoothbrain regarding whether or not there are plans to update their mod on the basis of chronology of updates. I got snark instead.
You may not be able to fix the snark…
-
**Problem**
There are occasionally some unusually high snark bids that make it into blocks: see https://minaexplorer.com/analytics/snarks. This happens when block producers go offline and then back on…
-
PR:
- https://github.com/MinaProtocol/mina/pull/16244
- https://github.com/MinaProtocol/mina/pull/16260
-
Class groups of unknown order have trustless setups, offer an elliptic-curve-esque API, yet are a couple orders of magnitude larger/slower (~2 KB elements for 128-bit security). They do not offer mult…
-
### Describe the feature
The Pattern Snark could be added.Being a previous contributor i can properly navigate and add it in presets game rules and documentation,
### Add ScreenShots
![snark](https…
-
Hello, this is Copilot, an AI companion that can help you with various tasks and topics. I see that you are interested in using coq proof traces to create workflows for an AI agent, and that you want …
-
The goal of this meta issue is to build a go-to place for links, information, and opportunities for building trustless zk-SNARKs as a potential future protocol building-block for Monero.
Disclaimer…
-
The implementations of the batched SNARKs are should be equivalent to the non-batched versions. We can replace the direct implementation with the batched one using a number of instance = 1.
- [x] *…
-
zk-SNARKs 是一种比较难掌握的技术,我们需要将大量的部件组合在一起,才能使整个系统正常工作,因此,想要深入学习这项技术,我决定将各项部件拆解,分别学习并理解它。zk-SNARKs 不能直接应用于任何计算问题,我们需要将计算问题一步步的转化为正确的“形式”,以便问题可以在zk-SNARKs的体系中顺利运行,其流程如下图:
这其中就包含了这篇博客要讲的两个重要流程,R1…