# Functions
ComputeMastersFromSeed returns the master secret key's, and chain code.
CreateHDPath returns BIP 44 object from account and index parameters.
DerivePrivateKeyForPath derives the private key by following the BIP 32/44 path from privKeyBytes, using the given chainCode.
NewFundraiserParams creates a BIP 44 parameter object from the params: m / 44' / coinType' / account' / 0 / address_index The fixed parameters (purpose', coin_type', and change) are determined by what was used in the fundraiser.
NewParams creates a BIP 44 parameter object from the params: m / purpose' / coinType' / account' / change / addressIndex.
Parse the BIP44 path and unmarshal into the struct.
No description provided by the author
# Constants
No description provided by the author
Ed25519Type represents the Ed25519Type signature system.
No description provided by the author
No description provided by the author
MultiType implies that a pubkey is a multisignature.
No description provided by the author
Secp256k1Type uses the Bitcoin secp256k1 ECDSA parameters.
Sr25519Type represents the Sr25519Type signature system.
# Variables
No description provided by the author
Secp256k1 uses the Bitcoin secp256k1 ECDSA parameters.
# Structs
BIP44Params wraps BIP 44 params (5 level BIP 32 path).
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
PubKeyType defines an algorithm to derive key-pairs which can be used for cryptographic signing.