

Sin7y
/
特邀专栏作者
A Research-driven Incubator
0
Fans
14
Articles
Sin7y Technical Interpretation: Transaction Parallel Execution
This survey compared the implementation systems similar to Ethereum, and analyzed the difficulties and possibilities of parallel execution of transactions.
2023-01-01
technology
smart contract
Learn about Lookup Arguments in one article
This article will focus on the Lookup argument, one of the tools that enables OlaVM to achieve high performance.
2022-12-22
zkSync
smart contract

Explain OlaVM in detail
OlaVM's current progress and future plans
2022-12-19
Layer 2
zkSync

TinyRam instruction set and circuit constraints
Tinyram is a simple RISC random-access machine with byte-addressable random-access memory and input tapes.
2022-11-18
smart contract

Verkle Tree For ETH
The concept of Verkle Tree was launched in 2018. This article will mainly introduce the principle of VerkleTree.
2022-10-18
ETH

Miden's stark proof system
This paper elaborates the miden proof system architecture in detail.
2022-10-11
Developer

Developers must read: Starting from the technology of Zcash and Aleo, understand the design principles of private transactions
Analyze the technical similarities and differences between Zcash and Aleo, and understand the design principles of private transactions.
2022-10-02
Developer

Explain the Cairo command in detail
This article interprets Cairo instructions in detail from multiple perspectives, involving state transitions, transition logic, instruction verification, instruction examples, etc.
2022-09-28
Developer

Detailed explanation of zero-knowledge proof algorithm Marlin
This paper explains in detail the zero-knowledge proof algorithm Marlin based on the R1CS proof system.
2022-09-23
Developer

Some Thoughts on Removing Memory Limits in ZKEVM
In the constraint system of ZKVM, it may be possible to design a memory access mechanism at the VM level to reduce the scale of zk constraints.
2022-09-21
Developer

Multi-Scalar Multiplication algorithm optimization
This article details some optimization methods for the MSM algorithm.
2022-09-21
Developer

STARK in-depth analysis
This article will mainly analyze the implementation process of the STARK algorithm from the code level to help you have a deeper understanding of the STARK algorithm.
2022-09-18
basic knowledge

About the application of Sinsemilla hash function in OlaVM
This article responds to several questions raised by Daira Hopwood, the main author of the Zcash protocol, for OlaVM, and introduces the design idea of the Sinsemilla hash function and its application in OlaVM.
2022-08-17
smart contract

In-depth understanding of TinyRAM
This article describes the architecture, design, assembly instructions, advantages, etc. of TinyRAM.
2022-08-17
smart contract

You've reached the bottom