Skip to content

radiusxyz/range-proof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

range-proof

range proof implementation for skde

How to Run the Code

To run this project, you will need Rust installed on your system. If Rust is not installed, you can install it from the official Rust website.

Install prerequisites

On Mac:

brew install cmake
brew install ninja

Install the risc0 toolchain

Before building the project, you must install the 'risc0' toolchain. You can install it using rzup as follows:

curl -L https://risczero.com/install | bash
rzup install

For detailed installation instructions, refer to the official documentation: RISC Zero zkVM Installation Guide

Run the project:

cargo run --release

Run the host application:

cargo run --bin host --release

About

range proof implementation for skde

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages