From 003f1bc12cfe6c7789e9f6eaed4fa94186ec6acc Mon Sep 17 00:00:00 2001 From: jude Date: Tue, 2 May 2023 15:11:07 +0100 Subject: [PATCH] missing . --- whitepaper/Dissertation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitepaper/Dissertation.tex b/whitepaper/Dissertation.tex index c87503d..1f39dff 100644 --- a/whitepaper/Dissertation.tex +++ b/whitepaper/Dissertation.tex @@ -562,7 +562,7 @@ In the original Paillier scheme, ciphertexts are computed as $E(m, r) = c = g^m \end{align*} Jurik remarks that $E'(m, r) = E(m, h^r \bmod n)$. -The main speedup as a result of using Jurik's form originates from fixed base exponentiation, as discussed in \hyperref[subsection:modexp]{Section~\ref*{subsection:modexp}} +The main speedup as a result of using Jurik's form originates from fixed base exponentiation, as discussed in \hyperref[subsection:modexp]{Section~\ref*{subsection:modexp}}. \subsection{Private key}