hash

abstract fun hash(text: String): String

Compute a hash of the given text.

Return

A hash string suitable for equality comparison

Parameters

text

The text to hash