threshold_crypto/README.md

16 lines
455 B
Markdown

# Pairing cryptography and threshold signatures
[![Build Status](https://travis-ci.org/poanetwork/threshold_crypto.svg?branch=master)](https://travis-ci.org/poanetwork/threshold_crypto)
This crate contains constructions of asymmetric key cryptography and threshold
signatures on top of `pairing` crate.
### Examples
You can run a file from the [`examples`](examples) directory using:
```
$ MLOCK_SECRETS=false cargo run --example <example name>
```