mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-11 00:01:03 +00:00
Merge pull request #818 from krupawan5618/patch-2
Update ch04.asciidoc - consistency with hexadecimal and bytes
This commit is contained in:
commit
50f36c4943
@ -342,7 +342,7 @@ In bitcoin, most of the data presented to the user is Base58Check-encoded to mak
|
|||||||
|Type|Prefix|Description
|
|Type|Prefix|Description
|
||||||
| Raw | None | 32 bytes
|
| Raw | None | 32 bytes
|
||||||
| Hex | None | 64 hexadecimal digits
|
| Hex | None | 64 hexadecimal digits
|
||||||
| WIF | 5 | Base58Check encoding: Base58 with version prefix of 128- and 32-bit checksum
|
| WIF | 5 | Base58Check encoding: Base58 with version prefix of 0x80 and 4-byte checksum
|
||||||
| WIF-compressed | K or L | As above, with added suffix 0x01 before encoding
|
| WIF-compressed | K or L | As above, with added suffix 0x01 before encoding
|
||||||
|=======
|
|=======
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user