KeyStore implementation + key derivation (#97)

* improve ed25519 bindings

* probably broken child derivation

* basic keystore

* keystore integration in CLI

* constant-time mac comparison

* fix spaces
This commit is contained in:
Robert Habermeier
2018-03-16 17:39:49 +01:00
committed by Gav Wood
parent cfa5380978
commit e505fe0186
6 changed files with 300 additions and 1 deletions
+5 -1
View File
@@ -5,7 +5,11 @@ args:
- log:
short: l
value_name: LOG_PATTERN
help: Sets a custom logging
help: Sets a custom logging filter
takes_value: true
- keystore-path:
value_name: KEYSTORE_PATH
help: specify custom keystore path
takes_value: true
subcommands:
- collator: