# Functions

import a keyinfo with a sk string.
No description provided by the author
create a keyinfo with a sk string.
create a repo to store keyfile todo: create a file for verifing password before reopen.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RSA is an enum for the supported RSA key type.
Secp256k1 is an enum for the supported Secp256k1 key type.
StandardScryptN is the N parameter of Scrypt encryption algorithm, using 256MB memory and taking approximately 1s CPU time on a modern processor.
StandardScryptP is the P parameter of Scrypt encryption algorithm, using 256MB memory and taking approximately 1s CPU time on a modern processor.

# Variables

var _ KeyStore = (*keyStore)(nil).

# Structs

No description provided by the author
KeyInfo is used for storing keys in KeyStore.

# Interfaces

KeyStore is used for storing secret keys.

# Type aliases

No description provided by the author