corda / net.corda.core.crypto / DigestAlgorithm / digest

digest

abstract fun digest(bytes: ByteArray): ByteArray

Computes the digest of the ByteArray.

Parameters

bytes - The ByteArray to hash.