2018-08-09 03:56:58 +00:00
|
|
|
[package]
|
2018-10-02 06:41:10 +00:00
|
|
|
name = "bls"
|
2018-08-09 03:56:58 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
2018-12-19 15:38:59 +00:00
|
|
|
edition = "2018"
|
2018-08-09 03:56:58 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2019-01-27 02:43:49 +00:00
|
|
|
bls-aggregates = { git = "https://github.com/sigp/signature-schemes", tag = "v0.3.0" }
|
2018-10-21 18:58:12 +00:00
|
|
|
hashing = { path = "../hashing" }
|
2019-01-21 22:04:57 +00:00
|
|
|
hex = "0.3"
|
2019-01-25 21:25:31 +00:00
|
|
|
serde = "1.0"
|
2018-12-18 06:04:54 +00:00
|
|
|
ssz = { path = "../ssz" }
|