slides/slides08.tex
changeset 324 43e44a4871de
parent 321 250fd40211c7
child 381 036a762b02cf
equal deleted inserted replaced
323:0629590fd299 324:43e44a4871de
   371 Given a string, say \code{"Hello, world!"}, what is the 
   371 Given a string, say \code{"Hello, world!"}, what is the 
   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}
       
   377 \footnotesize\code{h("Hello, world!0") =}\\
   376 \footnotesize\code{h("Hello, world!0") =}\\
   378 \;\;\scriptsize\code{1312af178c253f84028d480a6adc1e25e81caa44c749ec81976192e2ec934c64}\\
   377 \;\;\scriptsize\pcode{1312af178c253f84028d480a6adc1e25e81caa44c749ec81976192e2ec934c64}\\
   379 \pause
   378 \pause
   380 \footnotesize\code{h("Hello, world!1") =}\\ 
   379 \footnotesize\code{h("Hello, world!1") =}\\ 
   381 \;\;\scriptsize\code{e9afc424b79e4f6ab42d99c81156d3a17228d6e1eef4139be78e948a9332a7d8}\\
   380 \;\;\scriptsize\pcode{e9afc424b79e4f6ab42d99c81156d3a17228d6e1eef4139be78e948a9332a7d8}\\
   382 \pause
   381 \pause
   383 \ldots\\
   382 \ldots\\
   384 \footnotesize\code{h("Hello, world!4250") =}\\ 
   383 \footnotesize\code{h("Hello, world!4250") =}\\ 
   385 \;\;\scriptsize\code{0000c3af42fc31103f1fdc0151fa747ff87349a4714df7cc52ea464e12dcd4e9}
   384 \;\;\scriptsize\pcode{0000c3af42fc31103f1fdc0151fa747ff87349a4714df7cc52ea464e12dcd4e9}
   386 \end{tabular}
       
   387 \end{bubble}
   385 \end{bubble}
   388 
   386 
   389 \end{frame}
   387 \end{frame}
   390 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
   388 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
   391 
   389