Risc zero ZKVM:zk-STARKs + RISC-V

Posted mutourend

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Risc zero ZKVM:zk-STARKs + RISC-V相关的知识,希望对你有一定的参考价值。

1. 引言

Risc zero定位为:

  • The General Purpose Zero-Knowledge VM.
  • Prove any Computation.
  • Verify Instantly.

开源代码见:

The RISC Zero ZKVM is a verifiable computer that works like a real embedded RISC-V microprocessor,支持以Rust/C++等任何能编译为RISC-V的语言来编写ZK proofs。

https://github.com/risc0/battleship-example 为在NEAR链上实现的 2-player hidden information 游戏。Players produce proofs of game-state and the result of their actions to enable two players to play fairly with no intermediaries.

参考资料

[1] https://www.risczero.com/

开发者涨薪指南 48位大咖的思考法则、工作方式、逻辑体系

以上是关于Risc zero ZKVM:zk-STARKs + RISC-V的主要内容,如果未能解决你的问题,请参考以下文章

基于Pinocchio的zkVM——ErgodicVM

织女星开发板使用RISC-V核驱动GPIO

织女星开发板使用RISC-V RI5CY核驱动GPIO

BulletproofVM:Avalanche上的zkVM

DarkFi中的Halo2 zkVM language——zkas

zkMove——针对Move合约生态的zkVM