WARNING: This project is experimental and work-in-progress, DO NOT USE IN PRODUCTION.
This repo contains the threshold cryptography (experimental) implementation for the SpaceComputer ecosystem.
It uses github.com/poanetwork/threshold_crypto as a base implementation and adds some additional functionality for managing keys and threshold committees.
The following crates are included in this repo:
- threshold: The main crate that includes the core functionality / threshold cryptography implementation.
- cli: A command line interface for generating keys and managing threshold committees.
threshold-peer(WIP): A crate that includes the p2p functionality for running a threshold committee.
See the docs for more information on how to use this crate.
This project is licensed under the terms of the MIT License. See the LICENSE file for details.