We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a6ef3 commit 3bc396dCopy full SHA for 3bc396d
src/routing/kad-dht.md
@@ -113,8 +113,8 @@ identifier for incoming streams.
113
114
## Kademlia Keyspace
115
116
-Kademlia [0] operates on a binary keyspace defined as $\{0, 1\}^m$. In
117
-particular, the IPFS Kademlia DHT uses a keyspace of length $m=256, containing
+Kademlia [0] operates on a binary keyspace defined as $\lbrace 0,1 \rbrace^m$. In
+particular, the IPFS Kademlia DHT uses a keyspace of length $m=256$, containing
118
all bitstrings of 256 bits. The distance between any pair of keys is defined as
119
the bitwise XOR of the two keys, resulting in a new key representing the
120
distance between the two keys. This keyspace is used for indexing both nodes
0 commit comments