Versions in this module Expand all Collapse all v0 v0.0.1 Jul 31, 2020 Changes in this version + type Account struct + Address string + Identity Identity + KeyStore KeyStore + Name string + Password string + func LoadAccount(cfg *config.Config) (*Account, error) + func NewAccount(cfg *config.Config) (*Account, error) + func (acc *Account) Check() error + func (acc *Account) Save(cfg *config.Config) error + type CipherParams struct + Iv string + type Crypto struct + Cipher string + CipherParams CipherParams + CipherText string + Kdf string + Kdfparams KdfParams + MAC string + type Identity struct + PeerID string + PrivKey string + type KdfParams struct + Dklen int64 + N int64 + P int64 + R int64 + Salt string + type KeyStore struct + Address string + Crypto Crypto + ID string + Version int64