# 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 ```