toMnemonics

fun toMnemonics(entropy: ByteArray, wordlist: List<String>): List<String>

BIP39 entropy encoding

Return

a list of mnemonic words that encodes the input entropy

Parameters

entropy

input entropy

wordlist

word list (must be 2048 words long)


fun toMnemonics(entropy: ByteArray): List<String>