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 8809d39 commit 7c8946aCopy full SHA for 7c8946a
discv5/discv5-theory.md
@@ -16,7 +16,7 @@ Node Discovery Protocol, and nodes using different schemes can communicate.
16
17
The identity scheme of a node record defines how a 32-byte 'node ID' is derived from the
18
information contained in the record. The 'distance' between two node IDs is the bitwise
19
-XOR of the IDs, taken as the number.
+XOR of the IDs, taken as the big-endian number.
20
21
distance(n₁, n₂) = n₁ XOR n₂
22
0 commit comments