B
    Bd\R                 @   s   G d d de ZG dd deeZG dd deeZG dd deZG dd	 d	eZG d
d deZG dd deZ	ddl
Zejdedd dS )c               @   s   e Zd ZdZdS )CryptoWarningz Base class for PyCrypto warningsN)__name__
__module____qualname____doc__ r   r   2lib/python3.7/site-packages/Crypto/pct_warnings.pyr      s   r   c               @   s   e Zd ZdZdS )CryptoDeprecationWarningz&Base PyCrypto DeprecationWarning classN)r   r   r   r   r   r   r   r   r   !   s   r   c               @   s   e Zd ZdZdS )CryptoRuntimeWarningz"Base PyCrypto RuntimeWarning classN)r   r   r   r   r   r   r   r   r	   $   s   r	   c               @   s   e Zd ZdZdS )RandomPool_DeprecationWarningz<Issued when Crypto.Util.randpool.RandomPool is instantiated.N)r   r   r   r   r   r   r   r   r
   +   s   r
   c               @   s   e Zd ZdZdS )ClockRewindWarningz2Warning for when the system clock moves backwards.N)r   r   r   r   r   r   r   r   r   .   s   r   c               @   s   e Zd ZdZdS )"GetRandomNumber_DeprecationWarningz:Issued when Crypto.Util.number.getRandomNumber is invoked.N)r   r   r   r   r   r   r   r   r   1   s   r   c               @   s   e Zd ZdZdS )PowmInsecureWarningz8Warning for when _fastmath is built without mpz_powm_secN)r   r   r   r   r   r   r   r   r   4   s   r       Nalways   )categoryappend)Warningr   DeprecationWarningr   RuntimeWarningr	   r
   r   r   r   warnings	_warningsfilterwarningsr   r   r   r   <module>   s   