Zero knowledge proofs in RISC-V
github.com
Zero knowledge proofs in RISC-V
1–7 of 7 posts
Re: Zero knowledge proofs in RISC-V
#2Re: Zero knowledge proofs in RISC-V
#3Re: Zero knowledge proofs in RISC-V
#4We present an implementation of a publicly-verifiable non-interactive argument system for NP. The system, moreover, is a zero-knowledge proof-of-knowledge. It directly proves correct executions of programs on TinyRAM, a random-access machine tailored for efficient verification of nondeterministic computations.
Re: Zero knowledge proofs in RISC-V
#5This looks really interesting. Could you please ELI5?
Re: Zero knowledge proofs in RISC-V
#6This looks like an extension of the older TinyRAM model [1] to a real ISA. From the Abstract: We present an implementation of a publicly-verifiable non-interactive argument system for NP. The system, moreover, is a zero-knowledge proof-of-knowledge. It directly proves correct executions of programs on TinyRAM, a random-access machine tailored for efficient verification of nondeterministic computations. [1] https://ep…
Re: Zero knowledge proofs in RISC-V
#7This looks really interesting. Could you please ELI5?