@override int doFinalRange(Uint8List out, int outOff, int outLen) { var length = doOutput(out, outOff, outLen); reset(); return length; }