sha256

abstract fun sha256(data: ByteArray): ByteArray(source)

Compute a SHA-256 hash.

Return

The 32-byte SHA-256 hash

Parameters

data

The data to hash