Documentation ¶ Index ¶ type Cypher func NewAES128Cypher() *Cypher func (c *Cypher) Decrypt(encryptedMnemonic, password []byte) ([]byte, error) func (c *Cypher) Encrypt(mnemonic, password []byte) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cypher ¶ type Cypher struct{} func NewAES128Cypher ¶ func NewAES128Cypher() *Cypher func (*Cypher) Decrypt ¶ func (c *Cypher) Decrypt(encryptedMnemonic, password []byte) ([]byte, error) func (*Cypher) Encrypt ¶ func (c *Cypher) Encrypt(mnemonic, password []byte) ([]byte, error) Source Files ¶ View all Source files cypher.go Click to show internal directories. Click to hide internal directories.