Current Path : /usr/lib/python2.7/dist-packages/Crypto/Util/ |
Current File : //usr/lib/python2.7/dist-packages/Crypto/Util/randpool.pyc |
ó T:´Nc @ sE d Z d d l m Z d d l Z d d l Z d d d „ ƒ YZ d S( s $Id$iÿÿÿÿ( t RandomPool_DeprecationWarningNt RandomPoolc B s‰ e Z d Z d d d d d „ Z d „ Z d „ Z d d d „ Z d d „ Z d d „ Z d d „ Z d d „ Z d „ Z d d „ Z RS( s\ Deprecated. Use Random.new() instead. See http://www.pycrypto.org/randpool-broken i c C sK t j d t ƒ t j j ƒ | _ | | _ | j d | _ | j | _ d S( Nsq This application uses RandomPool, which is BROKEN in older releases. See http://www.pycrypto.org/randpool-brokeni ( t warningst warnR t Cryptot Randomt newt _RandomPool__rngt bytest bitst entropy( t selft numbytest ciphert hasht file( ( s8 /usr/lib/python2.7/dist-packages/Crypto/Util/randpool.pyt __init__&