Skip to content

Commit

Permalink
Fix hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Nov 20, 2024
1 parent 2f52c84 commit 28056cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
Xor all slices into a 32-bit string $d = r_1 \xor \dotsb \xor r_8$.
Compute $w = d \xor \mathtt{0x7613a0ca}$.

\textit{Hint:} last (least significant) bits of $h$ are \textellipsis\texttt{01001001}, last bits of $d$ are \textellipsis\texttt{0001}.
\textit{Hint:} last (least significant) bits of $h$ are \textellipsis\texttt{00100100}, last bits of $d$ are \textellipsis\texttt{1111}.

\item Draw the Karnaugh map (use a template below) for a function $f(A,B,C,D,E)$ defined by the truth table~$w = (w_{1} \dots w_{32})$, where MSB corresponds to~$f(\vvmathbb{0}) = w_{1}$ and LSB to~$f(\vvmathbb{1}) = w_{32}$.

Expand Down

0 comments on commit 28056cd

Please sign in to comment.