mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-26 18:08:31 +00:00
CH6/7/8: update link anchors for consistency
This commit is contained in:
parent
34723bf97a
commit
d304235d59
@ -1,4 +1,4 @@
|
|||||||
[[signatures]]
|
[[c_signatures]]
|
||||||
=== Signatures
|
=== Signatures
|
||||||
|
|
||||||
FIXME
|
FIXME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[[transactions]]
|
[[c_transactions]]
|
||||||
== Transactions
|
== Transactions
|
||||||
|
|
||||||
The way we typically transfer physical cash has little resemblance to
|
The way we typically transfer physical cash has little resemblance to
|
||||||
@ -712,7 +712,7 @@ protected by the following script:
|
|||||||
----
|
----
|
||||||
|
|
||||||
Obviously, allowing your bitcoins to be spent by anyone who can solve a
|
Obviously, allowing your bitcoins to be spent by anyone who can solve a
|
||||||
simple equation wouldn't be secure. As we'll see in <<signatures>>, an
|
simple equation wouldn't be secure. As we'll see in <<c_signatures>>, an
|
||||||
unforgable digital signature scheme uses an equation that can only be
|
unforgable digital signature scheme uses an equation that can only be
|
||||||
solved by someone in possession of certain data which they're able to
|
solved by someone in possession of certain data which they're able to
|
||||||
keep secret. They're able to reference that secret data using a public
|
keep secret. They're able to reference that secret data using a public
|
||||||
|
Loading…
Reference in New Issue
Block a user