mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-26 07:31:02 +00:00
Edited ch04_keys.adoc with Atlas code editor
This commit is contained in:
parent
f75af6a09c
commit
b54fd79232
@ -1423,7 +1423,7 @@ support for new Bitcoin features as soon as they become ((("public key cryptogra
|
|||||||
[[priv_formats]]
|
[[priv_formats]]
|
||||||
==== Private Key Formats
|
==== Private Key Formats
|
||||||
|
|
||||||
The private key
|
The ((("private keys", "formats", id="private-key-format")))((("public key cryptography", "private keys", "formats", id="pub-key-private-format")))private key
|
||||||
can be represented in a number of different formats, all of which
|
can be represented in a number of different formats, all of which
|
||||||
correspond to the same 256-bit number. <<table_4-2>> shows several common
|
correspond to the same 256-bit number. <<table_4-2>> shows several common
|
||||||
formats used to represent private keys. Different formats are used in
|
formats used to represent private keys. Different formats are used in
|
||||||
@ -1517,7 +1517,7 @@ See <<hd_wallets>> for more information.
|
|||||||
|
|
||||||
All of these representations are different ways of showing the same
|
All of these representations are different ways of showing the same
|
||||||
number, the same private key. They look different, but any one format
|
number, the same private key. They look different, but any one format
|
||||||
can easily be converted to any other format.
|
can easily be converted to any other((("private keys", "formats", startref="private-key-format")))((("public key cryptography", "private keys", "formats", startref="pub-key-private-format"))) format.
|
||||||
|
|
||||||
[[comp_priv]]
|
[[comp_priv]]
|
||||||
==== Compressed Private Keys
|
==== Compressed Private Keys
|
||||||
|
Loading…
Reference in New Issue
Block a user