fun concatenateAs(concatAlgorithm: String, other: SecureHash): SecureHash
Append a second hash value to this hash value, and then compute the hash of the result using the specified algorithm.
other - The hash to append to this one.
concatAlgorithm - The hash algorithm to use for the resulting hash.