Expand description
Ethereum key-management.
Re-exports§
pub use parity_crypto as crypto;
Modules§
- Accounts Directory
- cfxkey reexport to make documentation look pretty.
Structs§
- Similar to
CfxStore
but may store many accounts (with different passwords) for the sameAddress
- Accounts store.
- Encrypted data
- Node in hierarchical derivation.
- Public opaque type representing serializable
KeyFile
. - An opaque wrapper for secret.
- Pre-sale wallet.
- Account representation.
- Stored account reference
Enums§
- Derivation scheme for keys
- Account-related errors.
- Key directory reference
Traits§
- Secret Store API
- Simple Secret Store API
Functions§
- Import an account from a file.
- Import all accounts from one directory to the other.
- Generate a string which is a random phrase of a number of lowercase words.
- Generate a random string of given length.
- Provide a
HashSet
of all accounts available for import from the Geth keystore.