openethereum/ethstore/src
Nikolay Volf 494a0de1e2 Key derivation in ethstore & rpc (#4515)
* initial in secret store

* generation

* test

* refactor of the derivation

* signing

* account provider

* tests for account provider

* rpc types

* rpc types converts

* rpc tests

* fix warnings

* some extra docs

* derivate -> derive

* secret() -> as_raw()

* secret() -> as_raw() in rpc

* fix merge bug

* align with new serde changes
2017-02-15 16:56:15 +01:00
..
account Initial commit for vaults (#4312) 2017-01-30 13:44:09 +03:00
bin fixed compilation (#4493) 2017-02-09 15:41:58 +01:00
dir Fix key.meta.vault for root dir keys && read vault.meta without vault key (#4482) 2017-02-09 10:47:22 -05:00
json Serde 0.9 (#4508) 2017-02-13 18:38:47 +03:00
error.rs Key derivation in ethstore & rpc (#4515) 2017-02-15 16:56:15 +01:00
ethkey.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
ethstore.rs Key derivation in ethstore & rpc (#4515) 2017-02-15 16:56:15 +01:00
import.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
lib.rs Key derivation in ethstore & rpc (#4515) 2017-02-15 16:56:15 +01:00
presale.rs Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119) 2017-01-11 12:16:47 +01:00
random.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
secret_store.rs Key derivation in ethstore & rpc (#4515) 2017-02-15 16:56:15 +01:00