Use a simpler increment seed iterator. (#186)

* Use a simpler increment seed iterator.

* Use more secure seeding.
This commit is contained in:
Gav Wood
2018-05-30 17:40:16 +02:00
committed by Robert Habermeier
parent c831e7c511
commit 66affa2b95
3 changed files with 21 additions and 2 deletions
+1
View File
@@ -6,3 +6,4 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ed25519 = { version = "*", path = "../substrate/ed25519" }
substrate-primitives = { version = "*", path = "../substrate/primitives" }
rand = "0.4"