mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-11 16:20:57 +00:00
Edited ch06.asciidoc with Atlas code editor
This commit is contained in:
parent
315e67bbb4
commit
37fcfdcb0a
@ -521,11 +521,7 @@ A digital signature is a _mathematical scheme_ that consists of two parts. The f
|
|||||||
|
|
||||||
In bitcoin's implementation of the ECDSA algorithm, the "message" being signed is the transaction, or more accurately a hash of a specific subset of the data in the transaction (see <<sighash_types>>). The signing key is the user's private key. The result is the signature:
|
In bitcoin's implementation of the ECDSA algorithm, the "message" being signed is the transaction, or more accurately a hash of a specific subset of the data in the transaction (see <<sighash_types>>). The signing key is the user's private key. The result is the signature:
|
||||||
|
|
||||||
latexmath:[
|
latexmath:[\(Sig = F_sig(F_hash(m), dA\)]
|
||||||
\begin{equation}
|
|
||||||
(Sig = F_sig(F_hash(m), dA\)
|
|
||||||
\end{equation}
|
|
||||||
]
|
|
||||||
|
|
||||||
where:
|
where:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user