reassign 433563 python-crypto 2.0.1+dfsg1-2.1
thanks

Hi !

This  bugs seems  to belong  to python-crypto  package. Here  is  how to
reproduce it :

>>> from Crypto.Util import randpool
>>> r=randpool.RandomPool()
>>> r.stir()
>>> from Crypto.PublicKey import DSA
>>> DSA.generate(161, r.get_bytes)
<Crypto.PublicKey.DSA.DSAobj instance at 0x2b8d00b21128>
>>> DSA.generate(160, r.get_bytes)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/Crypto/PublicKey/DSA.py", line 70, in 
generate
    V[k]=bytes_to_long(SHA.new(S+str(N)+str(k)).digest())
KeyboardInterrupt

Thanks.
-- 
Make sure every module hides something.
            - The Elements of Programming Style (Kernighan & Plauger)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to