Page MenuHomec4science

protocol_diagram.tex
No OneTemporary

File Metadata

Created
Tue, Jan 7, 00:57

protocol_diagram.tex

\begin{sequencediagram}
% declare entities
\newthread[white]{mu}{MU}
\newinst[8]{spu}{SPU}
% get material call
\begin{call}{mu}{1. getMaterial(materialRequest)}{spu}{2. materialReply }
\end{call}
% decrypt call
\begin{call}{mu}{3. decrypt(decryptRequest)}{spu}{4. decryptReply}
\end{call}
\end{sequencediagram}

Event Timeline