Hasher

interface Hasher(source)

Functions

Link copied to clipboard
Link copied to clipboard
open suspend fun hash(data: ByteArray): ByteArray
open suspend fun hash(data: RawSource): ByteString
open suspend fun hash(data: ByteString): ByteString
Link copied to clipboard
open fun hashBlocking(data: RawSource): ByteString
open fun hashBlocking(data: ByteString): ByteString