This library provides a pure-Rust implementation of Cloak, a confidential assets protocol based on the Bulletproofs zero-knowledge circuit proof system.
The implementation of the Cloak protocol for Interstellar is called Spacesuit. It uses this implementation of Bulletproofs circuit proofs in Rust.
Specs for the Cloak protocol can be found here.
This code is still research-quality. It is not (yet) suitable for deployment.
Run tests with cargo test
.
This crate uses criterion.rs for benchmarks. Run
benchmarks with cargo bench
.
This is a research project sponsored by Interstellar, developed by Henry de Valence, Cathie Yun, and Oleg Andreev.
The Spacesuit repository was moved from this location on 2/7/2019.