Skip to content

Commit 10798af

Browse files
authored
typo 'ECSDA' changed to correct 'ECDSA'
Elliptic curve digital signature algorithm
1 parent 7fccc60 commit 10798af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0032.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Each leaf node in the tree corresponds to an actual key, while the internal node
122122

123123
===Key identifiers===
124124

125-
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).
125+
Extended keys can be identified by the Hash160 (RIPEMD160 after SHA256) of the serialized ECDSA 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).
126126

127127
The first 32 bits of the identifier are called the key fingerprint.
128128

0 commit comments

Comments
 (0)