Documentation ¶
Index ¶
- Variables
- func BinStringFromHexCharacter(hexCharacter string) string
- func BinaryToDecimal(binaryString string) int
- func ChildPrivateKeyGenerator(parentPrivateKey string, parentChainCode string, index int32) (string, string)
- func ChildPublicKeyGenerator(parentPublicKey string, parentChainCode string, index int32) (string, string)
- func HardenedChildPrivateKeyGenerator(parentPrivateKey string, parentChainCode string, index int32) (string, string)
- func HexadecimalToBinary(hexString string) string
- func MasterPrivateKeyGenerator(walletSeed string) (string, string)
- func MnemonicGenerator(entropy string) string
- func PowerModulus(base string, exponent string, modulus string) string
- func PublicKeyComponents(compressedKey string) (string, string)
- func PublicKeyComponentsToCompressedKey(publicKeyX string, publicKeyY string) string
- func SHA512(inputString string) string
- func SeedGenerator(mnemonic string, passphrase string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var MnemonicWords [2048]string = [2048]string{} /* 2048 elements not displayed */
Functions ¶
func BinaryToDecimal ¶
func ChildPublicKeyGenerator ¶
func HexadecimalToBinary ¶
func MnemonicGenerator ¶
func PublicKeyComponents ¶
func SeedGenerator ¶
Types ¶
This section is empty.
Source Files ¶
- BinStringFromHexCharacter.go
- BinaryToDecimal.go
- ChildPrivateKeyGenerator.go
- ChildPublicKeyGenerator.go
- HardenedChildPrivateKeyGenerator.go
- HexadecimalToBinary.go
- MasterPrivateKeyGenerator.go
- MnemonicGenerator.go
- MnemonicWords.go
- PowerModulus.go
- PublicKeyComponents.go
- PublicKeyComponentsToCompressedKey.go
- SHA512.go
- SeedGenerator.go
Click to show internal directories.
Click to hide internal directories.