Skip to content

Commit dc026ed

Browse files
remove maths characters
1 parent dcebeed commit dc026ed

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/routing/kad-dht.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,8 @@ records in the DHT will be limited.
190190

191191
## Kademlia Keyspace
192192

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
193+
Kademlia [`[0]`](#bibliography) operates on a binary keyspace defined as {0,1}^m^. In
194+
particular, the IPFS Kademlia DHT uses a keyspace of length m=256, containing
196195
all bitstrings of 256 bits. The distance between any pair of keys is defined as
197196
the bitwise XOR of the two keys, resulting in a new key representing the
198197
distance between the two keys. This keyspace is used for indexing both nodes

0 commit comments

Comments
 (0)