HashFunction

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
open fun hash(): ByteString
Link copied to clipboard
abstract fun hashIntoByteArray(destination: ByteArray, destinationOffset: Int = 0): Int
Link copied to clipboard
abstract fun hashToByteArray(): ByteArray
Link copied to clipboard
abstract fun reset()
Link copied to clipboard
open fun update(source: RawSource)
abstract fun update(source: ByteArray, startIndex: Int = 0, endIndex: Int = source.size)
open fun update(source: ByteString, startIndex: Int = 0, endIndex: Int = source.size)
Link copied to clipboard
open fun updatingSink(sink: RawSink): RawSink
Link copied to clipboard
open fun updatingSource(source: RawSource): RawSource