From 449e3990fcda280a1326b3d5bd5f8f4f71742aac Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Fri, 8 Dec 2017 01:07:35 -0500
Subject: [PATCH] Fix asterisks.

---
 listings/algorithm.tex          | 2 +-
 sections/example.tex            | 2 +-
 sections/path-oram-protocol.tex | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/listings/algorithm.tex b/listings/algorithm.tex
index a30b3bb..8aacedb 100644
--- a/listings/algorithm.tex
+++ b/listings/algorithm.tex
@@ -5,7 +5,7 @@ for $\ell \in \{ 0, 1, \ldots , L \}$ do
 end for
 data $\gets$ Read block $a$ from $S$
 if $op = write$ then
-    $S \gets (S - \{ (a, data) \} ) \cup \{ (a, data^{\mbox{*}} \} )$
+    $S \gets (S - \{ (a, data) \} ) \cup \{ (a, data^{*} \} )$
 end if
 for $\ell \in \{ L, L-1, \ldots , 0 \}$ do
     $S^\prime \gets \{ (a^\prime, data^\prime) \in S : \mathcal{P}(x, \ell) = \mathcal{P}( \text{position}[a^\prime], \ell) \}$
diff --git a/sections/example.tex b/sections/example.tex
index be54d93..99cd562 100644
--- a/sections/example.tex
+++ b/sections/example.tex
@@ -49,7 +49,7 @@
 				\begin{gather*}
 					S = \{ 10, 1, 2, \textcolor{red}{5}, 8, 7, 13, 15 \} \\
 					data = \textsc{DecryptBlock}(\textcolor{red}{5}) \\
-					\textcolor{blue}{5^\prime} \gets \textsc{EncryptData}(data^{\mbox{*}}) \\
+					\textcolor{blue}{5^\prime} \gets \textsc{EncryptData}(data^{*}) \\
 					S = \{ 10, 1, 2, \textcolor{blue}{5^\prime}, 8, 7, 13, 15 \}
 				\end{gather*}
 
diff --git a/sections/path-oram-protocol.tex b/sections/path-oram-protocol.tex
index 4e2b5c8..774d13f 100644
--- a/sections/path-oram-protocol.tex
+++ b/sections/path-oram-protocol.tex
@@ -183,7 +183,7 @@
 
 	\subsection{The algorithm}
 
-		\newcommand{\algName}{\textsc{Access$(op, a, data^{\mbox{*}})$}}
+		\newcommand{\algName}{\textsc{Access$(op, a, data^{*})$}}
 
 %%% fragile frame
 \begin{frame}[fragile]{Remap block}
-- 
GitLab