wallet

package
v0.0.0-...-ac911f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MnemonicWords [2048]string = [2048]string{} /* 2048 elements not displayed */

Functions

func BinStringFromHexCharacter

func BinStringFromHexCharacter(hexCharacter string) string

func BinaryToDecimal

func BinaryToDecimal(binaryString string) int

func ChildPrivateKeyGenerator

func ChildPrivateKeyGenerator(parentPrivateKey string, parentChainCode string, index int32) (string, string)

func ChildPublicKeyGenerator

func ChildPublicKeyGenerator(parentPublicKey string, parentChainCode string, index int32) (string, string)

func HardenedChildPrivateKeyGenerator

func HardenedChildPrivateKeyGenerator(parentPrivateKey string, parentChainCode string, index int32) (string, string)

func HexadecimalToBinary

func HexadecimalToBinary(hexString string) string

func MasterPrivateKeyGenerator

func MasterPrivateKeyGenerator(walletSeed string) (string, string)

func MnemonicGenerator

func MnemonicGenerator(entropy string) string

func PowerModulus

func PowerModulus(base string, exponent string, modulus string) string

func PublicKeyComponents

func PublicKeyComponents(compressedKey string) (string, string)

func PublicKeyComponentsToCompressedKey

func PublicKeyComponentsToCompressedKey(publicKeyX string, publicKeyY string) string

func SHA512

func SHA512(inputString string) string

func SeedGenerator

func SeedGenerator(mnemonic string, passphrase string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL