accumulate

fun accumulate(str: String)

Adds the given string to the hash. The string is encoded as UTF-8.


fun accumulate(bytes: ByteArray, start: Int = 0, end: Int = bytes.size)

Adds the given ByteArray from the start to the end indices to the hash.


Adds the given Byte to the hash.