update

abstract fun update(input: Byte)

update the message digest with a single byte.

Parameters

in the input byte to be entered.


abstract fun update(    input: ByteArray,     inputOffset: Int,     len: Int)

update the message digest with a block of bytes.

Parameters

in the byte array containing the data.

inputOffset

the offset into the byte array where the data starts.

len

the length of the data.