# Functions
FromKey converts a 32-byte key into a 25 word mnemonic.
FromMasterDerivationKey is a helper that converts an MDK to a human-readable mnemonic.
FromPrivateKey is a helper that converts an ed25519 private key to a human-readable mnemonic.
ToKey converts a mnemonic generated using this library into the source key used to create it.
ToMasterDerivationKey is a helper that converts a mnemonic directly to a master derivation key.
ToPrivateKey is a helper that converts a mnemonic directly to an ed25519 private key.