From 427163cdd411fb970f9b4676ddd4641b4465da26 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 5 Dec 2017 15:27:16 +0100 Subject: [PATCH] eip-778: clarify signature encoding even more --- EIPS/eip-778.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-778.md b/EIPS/eip-778.md index e4274a6d..9e245a34 100644 --- a/EIPS/eip-778.md +++ b/EIPS/eip-778.md @@ -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.