mutableTargetId

fun mutableTargetId(publicKey: ByteArray, salt: ByteArray = EMPTY): Sha1Hash

Target hash for a mutable item, from sha1_hash item_target_id(span<char const> salt, public_key const& pk) in item.cpp: sha1(public_key || salt) (salt omitted when empty).