class Hash : Destroyable
(source)
Generic hash function output.
fun
Obtain the bytes of this hash. WARNING: This will cause the hash to be copied into heap memory. |
|
fun bytesArray(): ByteArray
Obtain the bytes of this hash. WARNING: This will cause the hash to be copied into heap memory. The returned array should be overwritten when no longer required. |
|
fun destroy(): Unit |
|
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun isDestroyed(): Boolean |
|
fun length(): Int
Provide the length of this hash. |