BITS_PER_WORD

const val BITS_PER_WORD: Int = 11

Number of bits encoded by each word in the mnemonic.

Per BIP-39: The word list contains 2048 words (2^11), so each word encodes exactly 11 bits of information.