Method for completing calculation of the hash value for the full byte sequence fed with {@link #update}. This will NOT reset state, so it is completely legal to feed more content with {@link #update}, and calculate further hash codes with same instance.
NOTE: since no state is reset with a call, calling this method typically results in calculation to finalize state. So if you need to access same hash value multiple times, call this method once and retain hash value.