Md5

class Md5 : Hash<Md5Digest>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun digest(): Md5Digest

Creates a digest of all the data processed by this hash function so far.

Link copied to clipboard
open override fun process(data: ByteArray, startIndex: Int, endIndex: Int)

Process more data with this hash function.