Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CryptoJSON ¶
type CryptoJSON struct { KDF string `json:"kdf"` KDFParams map[string]interface{} `json:"kdfparams"` }
CryptoJSON ...
type Key ¶
type Key struct {
PrivKeySP secp256k1.PrivKeySecp256k1 `json:"privKeySp"`
}
Key ...
func LoadKeyUsingPrivKey ¶
LoadKeyUsingPrivKey - Loads and decrypts the key from disk.
Click to show internal directories.
Click to hide internal directories.