Viewing File: /usr/lib64/python2.7/site-packages/Crypto/Util/randpool.pyo
ó
Â/¾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( ( s: /usr/lib64/python2.7/site-packages/Crypto/Util/randpool.pyt __init__&