Resets the current state to start from fresh state
@override void reset() { _crc = seed; super.reset(); }