UuidHasher

interface UuidHasher

Interface for computing a hash for a "Name-Based" UUID

Properties

Link copied to clipboard
abstract val version: Int

The UUID version, for which this hash algorithm is being used:

Functions

Link copied to clipboard
abstract fun digest(): ByteArray

Completes the hash computation and returns the result

Link copied to clipboard
abstract fun update(input: ByteArray)

Updates the hash's digest with more bytes