summaryrefslogtreecommitdiff
path: root/presentations
diff options
context:
space:
mode:
authorJeffrey Burdges <burdges@gnunet.org>2017-08-06 13:48:18 +0200
committerJeffrey Burdges <burdges@gnunet.org>2017-08-06 13:48:18 +0200
commitf7949b8811a6e42fc9456a3b91d14639f45e5623 (patch)
treec407fb5831942205bb8f6bef4c41f2bf3232b065 /presentations
parentdbc14fc9dc2bb4f6c90fb2194725c5639a3edf47 (diff)
downloadmarketing-f7949b8811a6e42fc9456a3b91d14639f45e5623.tar.gz
marketing-f7949b8811a6e42fc9456a3b91d14639f45e5623.tar.bz2
marketing-f7949b8811a6e42fc9456a3b91d14639f45e5623.zip
Several more m -> f
Diffstat (limited to 'presentations')
-rw-r--r--presentations/comprehensive/main.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/presentations/comprehensive/main.tex b/presentations/comprehensive/main.tex
index 5cdd934..02567b6 100644
--- a/presentations/comprehensive/main.tex
+++ b/presentations/comprehensive/main.tex
@@ -791,8 +791,8 @@ But of course we use modern instantiations.
\item Pick random $c_{new} \mod o$ private key
\item $C_{new} = c_{new}G$ public key
\item Pick random $b_{new}$
- \item Compute $m_{new} := FDH(C_{new})$, $m < n$.
- \item Transmit $m'_{new} := m_{new} b_{new}^e \mod n$
+ \item Compute $f_{new} := FDH(C_{new})$, $m < n$.
+ \item Transmit $f'_{new} := f_{new} b_{new}^e \mod n$
\end{enumerate}
... and sign request for change with $c_{old}$.
\end{minipage}
@@ -833,8 +833,8 @@ But of course we use modern instantiations.
\item Compute $X := c_{old}(tG) = t(c_{old}G) = tC_{old}$
\item Derive $c_{new}$ and $b_{new}$ from $X$
\item Compute $C_{new} := c_{new}G$
- \item Compute $m_{new} := FDH(C_{new})$
- \item Transmit $m_{new}' := m_{new} b_{new}^e$
+ \item Compute $f_{new} := FDH(C_{new})$
+ \item Transmit $f_{new}' := f_{new} b_{new}^e$
\end{enumerate}
\end{minipage}
\begin{minipage}{4cm}
@@ -1006,8 +1006,8 @@ But of course we use modern instantiations.
\begin{frame}{Exchange: Blind sign change (RSA)}
\begin{minipage}{6cm}
\begin{enumerate}
- \item Take $m_{new,\gamma}'$.
- \item Compute $s' := m_{new,\gamma}'^d \mod n$.
+ \item Take $f_{new,\gamma}'$.
+ \item Compute $s' := f_{new,\gamma}'^d \mod n$.
\item Send signature $s'$.
\end{enumerate}
\end{minipage}