threshold_crypto/README.md

455 B

Pairing cryptography and threshold signatures

Build Status

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 directory using:

$ MLOCK_SECRETS=false cargo run --example <example name>