Kinsley Turner <[EMAIL PROTECTED]> writes: > In my version, I end up with hugely long integers, which have obviously > not be constrained into the 4-byte unsigned longs that TEA is expecting.
Yeah, Python promotes to long int now. The simplest way to do the 32-bit arithmetic you need is probably with the array module. -- http://mail.python.org/mailman/listinfo/python-list