Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python27
/
lib64
/
python2.7
/
site-packages
/
Crypto
/
Util
/
File Content:
randpool.pyc
� �/�Oc @ 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( ( sG /opt/alt/python27/lib64/python2.7/site-packages/Crypto/Util/randpool.pyt __init__&