|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /opt/alt-old/python27/lib64/python2.7/site-packages/Crypto/Util/ |
Upload File : |
�
�/�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__&