Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.65 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.65 KB

Private Cryptocurrency Service

Travis Build Status License: Apache-2.0 nightly rust required

Documentation: crate docs (master)

This is an Exonum service implementing a privacy-preserving cryptocurrency. The service hides the amounts being transferred among registered accounts (but not the identities of transacting accounts).

Behind the scenes, the service uses the Rust implementation of Bulletproofs, a particular type of zero-knowledge proofs.

Warning. This is a proof of concept; it has not been tested and fitted for production. Use at your own risk.

Description

See implementation details and service crate docs.

Building and testing

Notice that the service requires nightly Rust channel as of now; the bulletproofs crate doesn’t build otherwise. There are some unit and integration tests and also examples. See their documentation for more details.

License

Licensed under the Apache License (Version 2.0). See LICENSE for details.