interface UuidHasher
Interface for computing a hash for a "Name-Based" UUID
abstract val version: Int
The UUID version, for which this hash algorithm is being used: |
abstract fun digest(): ByteArray
Completes the hash computation and returns the result |
|
abstract fun update(input: ByteArray): Unit
Updates the hash's digest with more bytes |