class Hash : Destroyable
(source)
Generic hash function output.
bytes |
Obtain the bytes of this hash. WARNING: This will cause the hash to be copied into heap memory. fun bytes(): Bytes! |
bytesArray |
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 bytesArray(): ByteArray! |
destroy |
fun destroy(): Unit |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |
isDestroyed |
fun isDestroyed(): Boolean |
length |
Provide the length of this hash. fun length(): Int |