SuperNova:为多指令虚拟机执行提供递归证明
Posted mutourend
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SuperNova:为多指令虚拟机执行提供递归证明相关的知识,希望对你有一定的参考价值。
1. 引言
微软团队2022年论文《SuperNova: Proving universal machine executions without universal circuits》,为Nova方案( 微软团队2021年论文 《Nova: Recursive Zero-Knowledge Arguments from Folding Schemes》)的扩展,可支持:
- recursive proofs of multi-instruction virtual machine executions without paying for universal circuits (i.e., the cost of proving a program step is proportional only to the size of the circuit for the invoked instruction)。
Nova每个step仅支持单一计算,当用于证明machine executions时,需构建 可执行所支持的任意指令的 单一电路,然后Prover将pay for “uninvoked” instructions。
而SuperNova,为一种新的递归证明系统,可:
- incrementally producing succinct proofs of correct execution of programs on a stateful machine with a particular instruction set (e.g., EVM, RISC-V)
参考资料
以上是关于SuperNova:为多指令虚拟机执行提供递归证明的主要内容,如果未能解决你的问题,请参考以下文章