-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from luckyyang/luckyyang-patch-1
Luckyyang patch 1
- Loading branch information
Showing
8 changed files
with
797 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 理解 Plonk 协议 | ||
|
||
一个简单的 Plonk 协议入门教程,请大家留下宝贵意见。 | ||
|
||
- [(一)计算的算术化](plonk-arithmetization.md) | ||
- [(二)拉格朗日插值](plonk-lagrange-basis.md) | ||
- [(三)置换证明](plonk-permutation.md) | ||
- [(四)算术约束与拷贝约束](plonk-constraints.md) | ||
- [(五)多项式承诺](plonk-polycom.md) | ||
- [(六)实现零知识](plonk-randomizing.md) | ||
- [(七)查表约束](plonk-lookup.md) | ||
|
||
|
||
**感谢**:内容源于 Antalpha-Hackhouse@ChiangMai 的讨论,还有 [@Antalpha-Labs](https://github.com/Antalpha-Labs/zkp-co-learn) 共学课程讨论。 | ||
|
||
**其他贡献者**: | ||
- [even](https://github.com/10to4) | ||
- [@luckyyang](https://github.com/luckyyang) | ||
- [@Chris-Howard](https://www.github.com/Chris-Howard) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.