bip39

package
v0.0.0-...-d447769 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Last11BitsMask          = big.NewInt(2047)
	RightShift11BitsDivider = big.NewInt(2048)
	BigOne                  = big.NewInt(1)
	BigTwo                  = big.NewInt(2)
)

Some bitwise operands for working with big.Ints

View Source
var EnglishWordList = strings.Split(englishWordList, "\n")

Language-specific wordlists

View Source
var ReverseWordMap map[string]int = map[string]int{}
View Source
var WordList = EnglishWordList

The wordlist to use

Functions

func IsMnemonicValid

func IsMnemonicValid(mnemonic string) bool

func MnemonicToByteArray

func MnemonicToByteArray(mnemonic string) ([]byte, error)

func NewEntropy

func NewEntropy(bitSize int) ([]byte, error)

func NewMnemonic

func NewMnemonic(entropy []byte) (string, error)

func NewSeed

func NewSeed(mnemonic string, password string) []byte

func NewSeedWithErrorChecking

func NewSeedWithErrorChecking(mnemonic string, password string) ([]byte, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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