Documentation ¶ Index ¶ func DecryptV3(content []byte, password string) ([]byte, error) func DecryptV4(content []byte, password string) ([]byte, error) func EncryptV3(content []byte, password string, customScrypt ...int) ([]byte, error) func EncryptV4(content []byte, password string) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DecryptV3 ¶ func DecryptV3(content []byte, password string) ([]byte, error) DecryptV3 decodes bytes in the v3 keystore format func DecryptV4 ¶ func DecryptV4(content []byte, password string) ([]byte, error) func EncryptV3 ¶ func EncryptV3(content []byte, password string, customScrypt ...int) ([]byte, error) EncryptV3 encrypts data in v3 format func EncryptV4 ¶ func EncryptV4(content []byte, password string) ([]byte, error) Types ¶ This section is empty. Source Files ¶ View all Source files utils.go v3.go v4.go Click to show internal directories. Click to hide internal directories.