package
0.1.2
Repository: https://github.com/threefoldtech/zosbase.git
Documentation: pkg.go.dev

# Packages

Key store implements different methods of storing the node identity seed on disk */.

# Functions

GenerateKeyPair creates a new KeyPair from a random seed.
No description provided by the author
NewManager creates an identity daemon from seed The daemon will auto generate a new seed if the path does not exist debug flag is used to change the behavior slightly when zos is running in debug mode.
NewStore tries to build the best key store available for this ndoe.

# Variables

SeedVersion1 (binary seed).
SeedVersion11 (json mnemonic).
SeedVersionLatest link to latest seed version.

# Structs

KeyPair holds a public and private side of an ed25519 key pair.