1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

Edited ch06.asciidoc with Atlas code editor

This commit is contained in:
nadams 2017-05-17 11:40:35 -07:00
parent d5af9fefd2
commit 70854df04b

View File

@ -543,7 +543,7 @@ where:
More details on the mathematics of ECDSA can be found in <<ecdsa_math>>.
The function F~sig~ produces a signature +Sig+ that is composed of two values, commonly referred to as +R+ and +S+:
The function F~_sig_~ produces a signature +Sig+ that is composed of two values, commonly referred to as +R+ and +S+:
----
Sig = (R, S)