diff --git a/ch06.asciidoc b/ch06.asciidoc index 1103f930..065a1919 100644 --- a/ch06.asciidoc +++ b/ch06.asciidoc @@ -543,7 +543,7 @@ where: More details on the mathematics of ECDSA can be found in <>. -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) @@ -594,6 +594,7 @@ There are three +SIGHASH+ flags: +ALL+, +NONE+, and +SINGLE+, as shown in <