diff options
author | Ming C <discretepackets@gmail.com> | 2014-01-05 00:51:03 +0800 |
---|---|---|
committer | Ming C <discretepackets@gmail.com> | 2014-01-05 00:51:03 +0800 |
commit | c148390d1102a0826d7bc7b957a461e536e78181 (patch) | |
tree | b0dd5ada6ca375e3d75cc6041cba11512ec04c2c /bip-0013.mediawiki | |
parent | 1bf17a5830269a3fbde659c48a4bf2b7fc972af4 (diff) |
Update bip-0013.mediawiki
Clarified that the 4-byte checksum is from double SHA256 rounds
Diffstat (limited to 'bip-0013.mediawiki')
-rw-r--r-- | bip-0013.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0013.mediawiki b/bip-0013.mediawiki index ce71a6a..367862b 100644 --- a/bip-0013.mediawiki +++ b/bip-0013.mediawiki @@ -25,7 +25,7 @@ The new bitcoin address type is constructed in the same manner as existing bitco Version byte is 5 for a main-network address, 196 for a testnet address. The 20-byte hash is the hash of the script that will be used to redeem the coins. -And the 4-byte checksum is the first four bytes of the SHA256 hash of the version and hash. +And the 4-byte checksum is the first four bytes of the double SHA256 hash of the version and hash. ==Rationale== |