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 7c8946a commit 25e504bCopy full SHA for 25e504b
enr.md
@@ -66,9 +66,12 @@ cryptosystem used by Node Discovery v4.
66
the EVM) to `content`, then create a signature of the hash. The resulting 64-byte
67
signature is encoded as the concatenation of the `r` and `s` signature values (the
68
recovery ID `v` is omitted).
69
+
70
- To verify a record, check that the signature was made by the public key in the
71
"secp256k1" key/value pair of the record.
-- To derive a node address, take the keccak256 hash of the uncompressed public key.
72
73
+- To derive a node address, take the keccak256 hash of the uncompressed public key, i.e.
74
+ `keccak256(x || y)`. Note that `x` and `y` must be zero-padded to up length 32.
75
76
## Rationale
77
0 commit comments