aboutsummaryrefslogtreecommitdiff
path: root/slides/2021-padsec/img/mt.tex
blob: 3deaf628655f335c9784e5681979cff203e3cf83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\begin{tikzpicture}[
  -latex,
]
  \Tree [
    .$\hash(h_{01}\concat h_{23})$ [
      .$h_{01}\coloneqq\hash(h_0\concat h_1)$ [
        .$h_0\coloneqq\hash(\mathsf{foo})$
      ] [
        .$h_1\coloneqq\hash(\mathsf{bar})$
      ]
    ] [
      .$h_{23}\coloneqq\hash(h_2\concat h_3)$ [
        .$h_2\coloneqq\hash(\mathsf{baz})$
      ] [
        .$h_3\coloneqq\hash(\mathsf{qux})$
      ]
    ]
  ]   
\end{tikzpicture}