update

fun update(data: ByteArray, offset: Int = 0, length: Int = data.size - offset): Sha1

Feed length bytes from data starting at offset. Returns this for chaining.


fun update(b: Byte): Sha1