Remove rust-crypto dependency (only used during debugging), and split KeyPair into Private/Public parts.
This commit is contained in:
@@ -17,7 +17,6 @@ digest = "^0.8.0"
|
||||
hmac = "^0.7.0"
|
||||
num = "^0.2.0"
|
||||
rand = "^0.6.5"
|
||||
rust-crypto = { path = "../rust-crypto/" }
|
||||
sha-1 = "^0.8.1"
|
||||
sha2 = "^0.8.0"
|
||||
simple_asn1 = "^0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user