Documentation ¶
Overview ¶
Package mnemonic provides english mnemonic encodings wrapping the golang bip39 reference implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeMnemonic ¶
DecodeMnemonic decodes a given mnemonic into a entropy (the original entropy)
func EncodeMnemonic ¶
EncodeMnemonic encodes a given entropy into a BIP39-styled english mnemonic. Note that if you are using a password you should run this through pkbdf or similar, do not send the password to this directly.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.