Returns the bit length corresponding to the number of mnemonic words.
static int getBitlength(int wordsNum) { validateWordsNum(wordsNum); return (wordsNum * Bip39MnemonicConst.wordBitLen); }