package
3.0.0+incompatible
Repository: https://github.com/nebulasio/go-nebulas.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewKeystore new.
NewMemoryProvider generate a provider with version.

# Constants

SCRYPT a type of encrypt.
SECP256K1 a type of signer.

# Variables

DefaultKS generate a default keystore.
DefaultUnlockDuration default lock 300s.
ErrInvalidPassphrase invalid passphrase.
ErrNeedAlias need alias.
ErrNotFound not find key.
ErrNotUnlocked key not unlocked.
ErrUninitialized uninitialized provider error.
YearUnlockDuration lock 1 year time.

# Structs

Entry
Entry keeps in memory.
Keystore class represents a storage facility for cryptographic keys.
MemoryProvider handle keystore with ecdsa.

# Interfaces

Key interface.
PrivateKey privatekey interface.
Provider class represents a "provider" for the Security API, where a provider implements some or all parts of Security.
PublicKey publickey interface.
Signature interface of different signature algorithm.

# Type aliases

Algorithm type alias.