@override String get representation => '$algorithm ${hit // to hex .map((b) => b.toRadixString(16).padLeft(2, '0')) .join('')} ${publicKey // to hex .map((b) => b.toRadixString(16).padLeft(2, '0')) .join('')} $rendezvousServers';