aboutsummaryrefslogtreecommitdiff
path: root/slides/2018-lwm/img/wildcard.tex
blob: 11f328ed81510b8abe6b5eb1fcd442f044bdfe21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\begin{tikzpicture}[
  sibling distance=6pt,
  level distance=150pt,
  -latex,
  grow=left,
]
  \Tree [
    .$r\gets\hash(h_{01}\concat h_{23})$ [
      .$h_{01}\gets\hash(h_0\concat h_1)$ [
        .$h_0\gets\hash(\mathsf{gro.elpmaxe})$
      ] [
        .$h_1\gets\hash(\mathsf{moc.elpmaxe})$
      ]
    ] [
      .$h_{23}\gets\hash(h_2\concat h_3)$ [
        .$h_2\gets\hash(\mathsf{moc.elpmaxe.bus})$
      ] [
        .$h_3\gets\hash(\mathsf{ten.elpmaxe})$
      ]
    ]
  ]   
\end{tikzpicture}