corda / net.corda.core.crypto / SecureHash / concatenate

concatenate

fun concatenate(other: SecureHash): SecureHash

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

Parameters

other - The hash to append to this one.