Hasher

interface Hasher(source)

Functions

Link copied to clipboard
open suspend fun hash(dataInput: ByteArray): ByteArray
Link copied to clipboard
abstract fun hashBlocking(dataInput: ByteArray): ByteArray