1
0
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:
nadams 2017-04-25 06:48:00 -07:00
parent 315e67bbb4
commit 37fcfdcb0a

View File

@ -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: