Skip to content
Snippets Groups Projects
Commit 34a57a02 authored by Philipp Muth's avatar Philipp Muth
Browse files

fixed coordinate of c on slide 5

parent cb46e7d0
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,8 @@
\pause
\node [above = 2.5 of bob] (encaps) {$\encaps \paren* \pk$};
\node [above = 0.5 of bob] (keybob) {$\key$};
\node [above = 2.5 of alice] (cipher) {$c$};
%\node [above = 2.5 of alice] (cipher) {$c$};
\node (cipher) at ($(encaps)+(-6,0)$) {$c$};
\draw [->] (encaps) -- (cipher);
\draw [->] (encaps) -- (keybob);
\pause
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment