Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.42 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.42 KB

Spacesuit: Interstellar's implementation of cloaked transactions

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.

Documentation

Specs for the Cloak protocol can be found here.

WARNING

This code is still research-quality. It is not (yet) suitable for deployment.

Tests

Run tests with cargo test.

Benchmarks

This crate uses criterion.rs for benchmarks. Run benchmarks with cargo bench.

About

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.