Submit
Path:
~
/
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
Crypto
/
Random
/
OSRNG
/
__pycache__
/
File Content:
rng_base.cpython-37.opt-1.pyc
B ��c3 � @ sD d Z ddlZejd dkr0ejd dkr0ddlT G dd� de�ZdS )z$Id$� N� � )�*c @ s^ e Zd Zdd� Zdd� Zdd� Zdd� Zd d � Zdd� Zd d� Z ddd�Z dd� Zdd� ZdS )�BaseRNGc C s d| _ | �� d S )NF)�closed� _selftest)�self� r �O/opt/alt/python37/lib64/python3.7/site-packages/Crypto/Random/OSRNG/rng_base.py�__init__ s zBaseRNG.__init__c C s | � � d S )N)�close)r r r r �__del__$ s zBaseRNG.__del__c C s<