eip-778: clarify signature encoding even more

This commit is contained in:
Felix Lange 2017-12-05 15:27:16 +01:00
parent 095488a2f6
commit 427163cdd4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ This specification defines a single scheme to be used as the default: "secp256k1
- To sign record `content` with this scheme, apply the keccak256[^1] hash function to
`content`, then create a signature of the hash. The resulting 64-byte signature is
encoded as the concatenation of `r` and `s`.
encoded as the concatenation of the `r` and `s` signature values.
- To verify a record, check that the signature was made by the public key in the
"secp256k1" key/value pair.
- To derive a node address, take the keccak256 hash of the public key.