Signing with crypto.

This commit is contained in:
Gav
2018-01-17 15:23:22 +01:00
parent 98faf54ec4
commit 65a466434b
3 changed files with 120 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ serde = "1.0"
serde_derive = "1.0"
tiny-keccak = "1.3"
uint = { git = "https://github.com/paritytech/primitives.git" }
rust-crypto = "0.2.36"
ring = "0.12"
[dev-dependencies]
polkadot-serializer = { path = "../serializer", version = "0.1" }