mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-22 13:40:58 +00:00
This doesn't seem like a trivial operation to me (ie. it can't reasonably
be done by humans on paper).
This commit is contained in:
parent
47a8c93f4d
commit
3664a80bba
@ -28,7 +28,7 @@ When spending bitcoins, the current bitcoin owner presents their public key and
|
||||
|
||||
[TIP]
|
||||
====
|
||||
In most implementations, the private and public keys are stored together as a _key pair_ for convenience. However, it is trivial to reproduce the public key if one has the private key, so storing only the private key is also possible.
|
||||
In most implementations, the private and public keys are stored together as a _key pair_ for convenience. However, the public key can be calculated from the private key, so it's possible to storing only the private key.
|
||||
====
|
||||
|
||||
==== Private and Public Keys
|
||||
|
Loading…
Reference in New Issue
Block a user