threshold_crypto/README.md

16 lines
455 B
Markdown
Raw Normal View History

# Pairing cryptography and threshold signatures
2018-07-31 07:10:56 -07:00
[![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>
```