From ce95a4a48aded973964ffcdf7ccc80e028b9eb3d Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Tue, 7 Nov 2023 17:40:00 +0000 Subject: [PATCH] fix spelling --- cw/cw.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cw/cw.tex b/cw/cw.tex index df58850..f739f02 100644 --- a/cw/cw.tex +++ b/cw/cw.tex @@ -182,7 +182,7 @@ \subsection*{6.1} \subsubsection*{6.1.1} Bob can check if the equation holds then Bob knows that Alice signed the Contract - $$h = H(g^s\times y^c mod p || C)$$ + $$h = H(g^s\times y^c \text{ mod } p || C)$$ where y is Alice's pub key. \subsubsection*{6.1.2}