WORD_LIST_SIZE

const val WORD_LIST_SIZE: Int = 2048

Size of the BIP-39 word list.

Per BIP-39: "The wordlist is created in such a way that it's enough to type the first four characters to unambiguously identify the word." The list contains exactly 2048 words (2^11).