slides/slides08.tex
changeset 320 bd5775cc8a45
parent 319 e6afcdabd3ea
child 321 250fd40211c7
equal deleted inserted replaced
319:e6afcdabd3ea 320:bd5775cc8a45
   372 \alert{salt} so the hash starts with a long run of 
   372 \alert{salt} so the hash starts with a long run of 
   373 zeros?\bigskip
   373 zeros?\bigskip
   374 
   374 
   375 \begin{bubble}[10cm]
   375 \begin{bubble}[10cm]
   376 \begin{tabular}{l}
   376 \begin{tabular}{l}
   377 \footnotesize\code{h("Hello, world!0")}\\
   377 \footnotesize\code{h("Hello, world!0") =}\\
   378 \;\;\scriptsize\code{1312af178c253f84028d480a6adc1e25e81caa44c749ec81976192e2ec934c64}\\
   378 \;\;\scriptsize\code{1312af178c253f84028d480a6adc1e25e81caa44c749ec81976192e2ec934c64}\\
   379 \pause
   379 \pause
   380 \footnotesize\code{h("Hello, world!1")}\\ 
   380 \footnotesize\code{h("Hello, world!1") =}\\ 
   381 \;\;\scriptsize\code{e9afc424b79e4f6ab42d99c81156d3a17228d6e1eef4139be78e948a9332a7d8}\\
   381 \;\;\scriptsize\code{e9afc424b79e4f6ab42d99c81156d3a17228d6e1eef4139be78e948a9332a7d8}\\
   382 \pause
   382 \pause
   383 \ldots\\
   383 \ldots\\
   384 \footnotesize\code{h("Hello, world!4250")}\\ 
   384 \footnotesize\code{h("Hello, world!4250") =}\\ 
   385 \;\;\scriptsize\code{0000c3af42fc31103f1fdc0151fa747ff87349a4714df7cc52ea464e12dcd4e9}
   385 \;\;\scriptsize\code{0000c3af42fc31103f1fdc0151fa747ff87349a4714df7cc52ea464e12dcd4e9}
   386 \end{tabular}
   386 \end{tabular}
   387 \end{bubble}
   387 \end{bubble}
   388 
   388 
   389 \end{frame}
   389 \end{frame}