We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcebeed commit dc026edCopy full SHA for dc026ed
1 file changed
src/routing/kad-dht.md
@@ -190,9 +190,8 @@ records in the DHT will be limited.
190
191
## Kademlia Keyspace
192
193
-<!-- TODO: add LaTeX or MathML support and fix below paragraph -->
194
-Kademlia [`[0]`](#bibliography) operates on a binary keyspace defined as $\lbrace 0,1 \rbrace^m$. In
195
-particular, the IPFS Kademlia DHT uses a keyspace of length $m=256$, containing
+Kademlia [`[0]`](#bibliography) operates on a binary keyspace defined as {0,1}^m^. In
+particular, the IPFS Kademlia DHT uses a keyspace of length m=256, containing
196
all bitstrings of 256 bits. The distance between any pair of keys is defined as
197
the bitwise XOR of the two keys, resulting in a new key representing the
198
distance between the two keys. This keyspace is used for indexing both nodes
0 commit comments