MutableItem
A mutable BEP-44 item: the signed variant of dht::item. It holds the ed25519 public key, a salt (possibly empty), a 64-bit sequence number and a signature over DhtItems.signMutableItem's canonical buffer.
target is SHA-1(publicKey + salt), so the same key + salt always map to the same slot and a higher seq supersedes a lower one (the DHT keeps the highest sequence number it can verify). Construct an unsigned shell with of, then call sign; or rebuild a received item with received.