Corrections in figures
This commit is contained in:
@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user