class Hash : Destroyable
(source)
SHA-256 hash 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 |
|
static fun length(): Int
Obtain the length of the hash in bytes (32). |