Checks if the provided bit length is valid for generating entropy.
static bool isValidEntropyBitLen(int bitLen) { return MoneroEntropyGeneratorConst.entropyBitLen.contains(bitLen); }