c64d2bfce9
Wrap Signature and AggregateSignature in a newtype
11 lines
253 B
TOML
11 lines
253 B
TOML
[package]
|
|
name = "bls"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bls-aggregates = { git = "https://github.com/sigp/signature-schemes" }
|
|
hashing = { path = "../hashing" }
|
|
ssz = { path = "../ssz" }
|