Implement "newtype" wrappers for BLS structs

This commit is contained in:
Paul Hauner
2018-12-18 17:04:54 +11:00
parent 7ced7aee89
commit f046a326b8
4 changed files with 161 additions and 2 deletions

View File

@@ -6,3 +6,4 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
bls-aggregates = { git = "https://github.com/sigp/signature-schemes" }
hashing = { path = "../hashing" }
ssz = { path = "../ssz" }