doFinal

open override fun doFinal(out: ByteArray, outOffset: Int): Int

close the digest, producing the final digest value. The doFinal call leaves the digest reset.

Parameters

out

the array the digest is to be copied into.

outOffset

the offset into the out array the digest is to start at.