update

abstract fun update(input: ByteArray, offset: Int = 0, length: Int = input.size - offset)

Update the running hash with input bytes. This can be called multiple times.