fork of https://github.com/poanetwork/threshold_crypto for the needs of nextgraph.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
DrPeterVanNostrand 3e6df11c4b Added example for threshold encryption. 7 years ago
examples Added example for threshold encryption. 7 years ago
src Added env-var 'MLOCK_SECRETS' to disable memory locks. 7 years ago
.gitignore Initial commit 7 years ago
.travis.yml separated crypto module from hbbft crate 7 years ago
Cargo.toml Added env-var 'MLOCK_SECRETS' to disable memory locks. 7 years ago
LICENSE Create LICENSE 7 years ago
README.md Added example for threshold encryption. 7 years ago

README.md

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>