package
1.3.0
Repository: https://github.com/avadesian/go-seele.git
Documentation: pkg.go.dev

# Functions

DecryptKey decrypts a key from a json blob, returning the private key itself.
EncryptKey encrypts a key using the specified scrypt parameters into a json passphrase -> script function -> decryption key decryption key + private key -> aes-128-ctr algorithm -> encrypted private key.
GetKey get private key from a file.
StoreKey store private key in a file.

# Constants

Scrypt common parameter.
Scrypt common parameter.
Version keystore version.

# Structs

Key private key info for wallet.