Changes

Jump to: navigation, search

GPU610/Team AGC

84 bytes added, 03:10, 31 October 2014
xor_me
}
</pre>
 
My fork for this application can be found here: https://github.com/Markieta/xor_me
At first it seems impossible to do because of the data dependencies: hash, r[1], t[1], and o. But after doing some research, I have learned that the XOR operation is communicative and associative, meaning that we can simply calculate all of the dependencies in parallel first, then combine the results to achieve the same data.

Navigation menu