Saves the current hash computation state into a serializable state object.
@override SH1State saveState() { return SH1State( buffer: _buffer.clone(), length: _lengthInBytes, state: _state.clone(), ); }