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.