Move proof_of_possession into bls crate

This commit is contained in:
Paul Hauner
2018-10-22 05:58:12 +11:00
parent 7eac75fcf6
commit 8a2baa7b26
6 changed files with 23 additions and 33 deletions

View File

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