Validates if the given byte length for entropy corresponds to a valid bit length.
static bool isValidEntropyByteLen(int byteLen) { return isValidEntropyBitLen(byteLen * 8); }