From ab8057e41ae6047039915e36a1e8a0e4a8183cc4 Mon Sep 17 00:00:00 2001 From: nadams Date: Wed, 17 May 2017 11:44:31 -0700 Subject: [PATCH] Edited ch06.asciidoc with Atlas code editor --- ch06.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 <