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.
Return ByteArray!: The bytes of this hash.