Christophe

Show:

What's happening?

  • calling "getRandomPrime(bits/2, False)" breaks in future

    The generate function in the PythonRSAKey class uses the getRandomBits function ( p = getRandomPrime(bits/2, False). By dividing with "/" (true division) this will give a float in future version of python (tested with from __future__ import division) instead of an int and the getRandomPrime will throw an error. Using "//" (floor division) will work. I found this bug while using TLS Lite in...

    2008-07-25 12:39:18 UTC in TLS Lite

  • Tungsten T2 on USB

    hey, I just saw today that there is usb support for this app :) I'm testing it now on my palm tungsten T2 connected with the usb cradle and it's going great. Only thing is: it freezes my palm after some minutes... No other problems though. Worked from the first time.

    2005-01-18 20:44:32 UTC in PalmOrb

About Me


Send me a message