hash256

abstract fun hash256(data: ByteArray): ByteArray
abstract fun hash256(data: UByteArray): UByteArray

Returns the double sha256 of data. Result is 32 bytes