# Packages
Package base58 provides an API for working with modified base58 and Base58Check
encodings.
# Functions
DeserializeExtendedKey deserialized the given base58 string and returns an extended key.
GenerateSeed generates seed that can be used to initialize a master key.
NewMaster returns a new extended private key based on the given seed and version.
NewMasterWithPath returns a new master key based on the given seed and version, with a derivation to the given path.
NewPublicMasterWithPath returns a new public master key based on the given seed and version, with a derivation to the given path.
# Variables
BitcoinMainnetPrivate is the version that is used for bitcoin mainnet bip32 private extended keys.
BitcoinMainnetPublic is the version that is used for bitcoin mainnet bip32 public extended keys.
KarlsenDevnetPrivate is the version that is used for karlsen devnet bip32 public extended keys.
KarlsenDevnetPublic is the version that is used for karlsen devnet bip32 public extended keys.
KarlsenMainnetPrivate is the version that is used for karlsen mainnet bip32 private extended keys.
KarlsenMainnetPublic is the version that is used for karlsen mainnet bip32 public extended keys.
KarlsenSimnetPrivate is the version that is used for karlsen simnet bip32 public extended keys.
KarlsenSimnetPublic is the version that is used for karlsen simnet bip32 public extended keys.
KarlsenTestnetPrivate is the version that is used for karlsen testnet bip32 public extended keys.
KarlsenTestnetPublic is the version that is used for karlsen testnet bip32 public extended keys.
# Structs
ExtendedKey is a bip32 extended key.