能否总结下Plonk或其他零知识系统中常见性能优化技巧? #94
Unanswered
a7853z
asked this question in
Q&A(提问题在隔壁~)
Replies: 1 comment 1 reply
|
通常来说,性能优化是相对于一个现有的项目来说,以现有的性能指标为优化的初始起点。 零知识证明系统的层次为:
下面我例举一些使用到KZG多项式的零知识证明系统的可能优化:
这些应该是基本符合通用性; |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
如题,能否简单总结下Plonk或其他零知识系统用到的性能优化技巧?哪些是通用的,值得我们在零知识实践中好好学习掌握?
比如目前看到的Plonk用到的有:
All reactions