Skip to content

cspr-rad/litmus-zk-sp1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

litmus-zk-sp1

Proof of concept project. Executes litmus verification algorithms within SP1.

Requirements

Running the Project

There are two ways to run this project: compile execute a program or generate a core proof.

Compile Program

To compile the program:

cd program
cargo prove build

Execute Program

To run the program without generating a proof:

cd script
cargo run --release -- --execute

This will execute the program and display the output.

Generate Program Execution Proof

To generate a core proof for your program:

cd script
cargo run --release -- --prove

About

SP1 ZK-VM port of litmus verification functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages