1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-26 01:50:42 +00:00

Edited ch06.asciidoc with Atlas code editor

This commit is contained in:
nadams 2017-04-25 07:17:24 -07:00
parent 10515d04f0
commit 9aef43473a

View File

@ -527,8 +527,8 @@ where:
* _dA_ is the signing private key
* _m_ is the transaction (or parts of it)
* _F_~hash~ is the hashing function
* _F_~sig~ is the signing algorithm
* _F_~_hash_~ is the hashing function
* _F_~_sig_~ is the signing algorithm
* _Sig_ is the resulting signature
More details on the mathematics of ECDSA can be found in <<ecdsa_math>>.