Sha1

class Sha1 : Hash<Sha1Digest>

Constructors

Link copied to clipboard
constructor()

Functions

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

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.