sha256

actual fun sha256(filePath: String): String?
expect fun sha256(filePath: String): String?

Computes SHA-256 hash of the file at filePath.

Return

Hex-encoded hash string, or null if file doesn't exist.

actual fun sha256(filePath: String): String?