From 9a895e0c421b7fdf5def14e4a45cff1801fa7128 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Tue, 7 Nov 2023 17:38:12 +0000 Subject: [PATCH] fix spelling --- cw/cw.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cw/cw.tex b/cw/cw.tex index e5bf0dc..a0873ca 100644 --- a/cw/cw.tex +++ b/cw/cw.tex @@ -181,13 +181,12 @@ \section*{6} \subsection*{6.1} \subsubsection*{6.1.1} - Bob can + 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)$$ where y is Alice's pub key. - If the equasion holds then Bob knows that Alice signed the Contract \subsubsection*{6.1.2} - If the Alice used the the same r then this equasion would only have 2 variables to solve, $a$ and $r$ which makes this equasion possible to solve. + If the Alice used the the same r then this equation would only have 2 variables to solve, $a$ and $r$ which makes this equation possible to solve. $$\begin{cases} s = r - h \times a mod q\\ s' = r - h' \times a mod q