Impl serde ser and deser for bls keypairs

This commit is contained in:
Paul Hauner
2019-03-08 13:15:41 +11:00
parent b98f514d68
commit 3b6431b4b4
6 changed files with 61 additions and 4 deletions

View File

@@ -9,4 +9,5 @@ bls-aggregates = { git = "https://github.com/sigp/signature-schemes", tag = "0.5
hashing = { path = "../hashing" }
hex = "0.3"
serde = "1.0"
serde_derive = "1.0"
ssz = { path = "../ssz" }