mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
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:
committed by
Gav Wood
parent
cfa5380978
commit
e505fe0186
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user