We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9741c4e commit fa6428aCopy full SHA for fa6428a
discv5/discv5-theory.md
@@ -20,7 +20,7 @@ XOR of the IDs, taken as the big-endian number.
20
21
distance(n₁, n₂) = n₁ XOR n₂
22
23
-In many situations, the logarithmic distance (i.e. length of common prefix in bits) is
+In many situations, the logarithmic distance (i.e. length of differing suffix in bits) is
24
used in place of the actual distance.
25
26
logdistance(n₁, n₂) = log2(distance(n₁, n₂))
0 commit comments