package
3.0.0+incompatible
Repository: https://github.com/nebulasio/go-nebulas.git
Documentation: pkg.go.dev
# 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 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.