So I was getting bored of programming Xbox stuff into Sys360 so I continued on the Security API portion and wrote a class for TEA, XTEA, and XXTEA… it’s just odd because I have to make work around’s for endian-ness of the algorithm… mainly due to the fact that it works with 2 integer blocks (32 bit TEA algo with 2 uints, 64 bit TEA with 2 ulongs), but the C standard source code takes the blocks as a parameter which means the user has to specify the endian of how the blocks are loaded… weird stuff >.<
Sys360 and TEA Encryption
2011 -
01.30