package
0.0.1
Repository: https://github.com/libs4go/crypto.git
Documentation: pkg.go.dev

# Functions

ENUS .
GetDict .
IsMnemonicValid attempts to verify that the provided mnemonic is valid.
MnemonicToByteArray takes a mnemonic string and turns it into a byte array suitable for creating another mnemonic.
NewEntropy will create random entropy bytes so long as the requested size bitSize is an appropriate size.
NewMnemonic will return a string consisting of the mnemonic words for the given entropy.
NewSeed creates a hashed seed output given a provided string and password.
NewSeedWithErrorChecking creates a hashed seed output given the mnemonic string and a password.
NewWordDictionary create new bip39 word dictionary.
SetDict set language dictionary.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Some bitwise operands for working with big.Ints.
Some bitwise operands for working with big.Ints.
Some bitwise operands for working with big.Ints.
Some bitwise operands for working with big.Ints.

# Structs

WordDictionary .