Crates.io | dalek-rangeproofs |
lib.rs | dalek-rangeproofs |
version | 0.1.0 |
source | src |
created_at | 2017-05-20 03:19:00.513125 |
updated_at | 2017-05-20 03:19:00.513125 |
description | A pure-Rust implementation of a non-interactive zero-knowledge rangeproof scheme. |
homepage | |
repository | https://github.com/isislovecruft/dalek-rangeproofs |
max_upload_size | |
id | 15296 |
size | 33,242 |
A pure-Rust implementation of the Back-Maxwell rangeproof scheme defined in "Confidential Assets" (2017) by Poelstra, Back, Friedenbach, Maxwell, Wuille.
This code has not yet received sufficient peer review by other qualified cryptographers to be considered in any way, shape, or form, safe.
USE AT YOUR OWN RISK
Extensive documentation is available here.
To install, add the following to the dependencies section of your project's
Cargo.toml
:
dalek-rangeproofs = "^0.1"
Then, in your library or executable source, add:
extern crate dalek_rangeproofs
Tests may be run with:
cargo test
Benchmarks may be taken with:
cargo bench --features 'bench'
back_maxwell.rs
module