Corrections in figures

This commit is contained in:
Fabrice Mouhartem 2018-04-19 15:21:12 +02:00
parent 3631af0abc
commit 16d9380b6d
2 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,11 @@
\begin{tikzpicture}
\node[minimum size=1cm,businessman] (GM) {Group manager};
\node[right=2.5cm of GM,bob, minimum size=1cm] (User) {};
\node[right=2.5cm of GM,bob, minimum size=1cm, mirrored] (User) {};
\node[right=0cm of User] {User $i$};
\node[right=2.5cm of User, police, minimum size=1cm] (OA) {};
\node[right=2.5cm of User, police, minimum size=1cm, mirrored] (OA) {};
\node[right=0cm of OA] {Opening authority};
\node[below=2.5cm of User] (M) {$\sigma$, M};
\node[right=2.5cm of M, maninblack, minimum size=1cm] (Other) {};
\node[right=2.5cm of M, maninblack, minimum size=1cm, mirrored] (Other) {};
\node[below=0cm of Other] {Anyone};
\node[above=2.5cm of User] (Setup) {Trusted Setup};

View File

@ -1,7 +1,8 @@
\medskip
\hfill
\begin{minipage}[t]{.45\textwidth}
\textbf{$\LWE_{n,q,\chi}$ problem:}\\Given $m \geq 1$, \\[.5em]
\textbf{$\LWE_{n,q,\chi}$ problem:}\\Given $m \geq 1$, $\mathbf{A} \sample \mathcal U(\Zq^{n \times m})$,\\
$\textcolor{orange!70!black}{\mathbf{e}} \sample \chi^m$ \\[.5em]
$\left(
\begin{tikzpicture}
\tikzstyle{matA}=[fill=blue!10]