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)