From 70854df04bcc0a5bb61639fb3c11644731e7cc26 Mon Sep 17 00:00:00 2001 From: nadams Date: Wed, 17 May 2017 11:40:35 -0700 Subject: [PATCH] Edited ch06.asciidoc with Atlas code editor --- ch06.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06.asciidoc b/ch06.asciidoc index 3a90ea6f..1103f930 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)