hashConcat

fun hashConcat(other: SecureHash): <Error class: unknown class>

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.