bitcoincashorg / spec

Technical specifications
112 stars 64 forks source link

It took me way too long to figure out how to write this function #52

Closed Sword-Smith closed 6 years ago

Sword-Smith commented 6 years ago

Why would you not specify how you calculate the 160 bit hash value which goes into the standard format of a Bitcoin Cash address? To anyone looking, the answer is the same as that for Bitcoin: Ripemd160(Sha256(public key)).

deadalnix commented 6 years ago

Because this is not what the spec is about. As you mention, it is the same.