[package]
edition = "2018"
name = "nubls"
version = "0.1.0"
authors = ["NuCypher"]
description = "A BLS (Boneh-Lynn-Shacham) signature implementation written in pure Rust that\noffers support for threshold signatures with Shamir's Secret Sharing, and a \nProxy Re-Signature (PRS) algorithm designed by NuCypher called Penumbral.\n"
documentation = "https://docs.rs/nubls"
readme = "README.md"
keywords = ["ethereum", "crypto", "ecc", "pairings", "bls12-381"]
categories = ["cryptography", "cryptography::cryptocurrencies"]
license = "AGPL-3.0"
repository = "https://github.com/nucypher/nubls/tree/master/rust-nubls"
[dependencies.bls12_381]
version = "0.3.1"
features = ["nightly", "endo"]
[dependencies.getrandom]
version = "0.2"
[dependencies.sha2]
version = "0.9.2"