Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exp/intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
\end{array} \right.
\]
Both are \textbf{guaranteed} by the \hubMod{} and \oobMod{} modules to be in the range $[\![ 1, \evmWordSize ]\!]$.
One must then compute the (rounded up) $\log_{2}$ of the word of size \locEbsCutoff{} extracted from \loc{raw\_lead} by considering only the first \locCdsCutoff{} bytes of \loc{raw\_lead} and setting to \utt{00} all bytes of the resulting word with index $\geq \locCdsCutoff{}$;
One must then compute the (rounded down) $\log_{2}$ of the word of size \locEbsCutoff{} extracted from \loc{raw\_lead} by considering only the first \locCdsCutoff{} bytes of \loc{raw\_lead} and setting to \utt{00} all bytes of the resulting word with index $\geq \locCdsCutoff{}$;
\end{description}

\input{vision/_table}
Expand Down