70
edits
Changes
→xor_me
hash = lclGetHash(t, r, 16);
}
</pre>
Although r[1] and t[1] are equivalent for some time during the loop, we will keep them on separate arrays for simplicity (lclRotateLeft takes a reference to r at index 1):
<pre>
r[1] = t[1] = o;
lclRotateLeft(r[1], 2);
</pre>
=== Assignment 3 ===