summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-10-15 11:11:38 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-10-15 11:11:38 +0200
commitfcd504544511f717772a9514790bcdca4ee74f50 (patch)
treef36b768cb63e82e5b5426f44ce4726a4d748df50 /bip-0032.mediawiki
parent1ce83204951c5e46f4c4b1f4734403b7f1899281 (diff)
parenta2029e165b2c1031f4212210d0320725ee1c3ec2 (diff)
downloadbips-fcd504544511f717772a9514790bcdca4ee74f50.tar.xz
Merge pull request #99 from apoelstra/patch-1
Clarify identifier serialization
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 3b70bd6..619d5d6 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -113,7 +113,7 @@ Each leaf node in the tree corresponds to an actual key, while the internal node
===Key identifiers===
-Extended keys can be identified by the Hash160 (RIPEMD160 after SHA256) of the serialized public key, ignoring the chain code. This corresponds exactly to the data used in traditional Bitcoin addresses. It is not advised to represent this data in base58 format though, as it may be interpreted as an address that way (and wallet software is not required to accept payment to the chain key itself).
+Extended keys can be identified by the Hash160 (RIPEMD160 after SHA256) of the serialized ECSDA public key K, ignoring the chain code. This corresponds exactly to the data used in traditional Bitcoin addresses. It is not advised to represent this data in base58 format though, as it may be interpreted as an address that way (and wallet software is not required to accept payment to the chain key itself).
The first 32 bits of the identifier are called the key fingerprint.