Sunday, April 26, 2015

32bit XOR

Tiny Encryption Algorithm needs a 32 bit XOR.  XOR is basic gate type, so we just chain 8 of those together to make an 8bit version (byte).



From there we just chain 4 of those to get a 32 bit version.

No comments:

Post a Comment