Open main menu

CDOT Wiki β

Changes

GPU610/Team AGC

228 bytes added, 15:31, 31 October 2014
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 ===