corda / net.corda.core.crypto / SecureHash / hashConcat

hashConcat

fun hashConcat(other: SecureHash): SHA256

Append a second hash value to this hash value, and then compute the SHA-256 hash of the result.

Parameters

other - The hash to append to this one.