range proof implementation for skde
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.
On Mac:
brew install cmake
brew install ninja
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
cargo run --release
cargo run --bin host --release