Submit
Path:
~
/
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
Crypto
/
Random
/
Fortuna
/
__pycache__
/
File Content:
SHAd256.cpython-37.opt-1.pyc
B �/�O � @ s� d Z dZddgZddlZejd dkr<ejd dkr<ddlT ddlT dd lmZ dd l m Z G dd� de�Zej Z dd d�ZdS )zQSHA_d-256 hash function implementation. This module should comply with PEP 247. z$Id$�new�digest_size� N� � )�*)�b2a_hex)�SHA256c @ sD e Zd ZdZejZe� Zdd� Zdd� Z dd� Z dd � Zd d� ZdS ) �_SHAd256z;SHA-256, doubled. Returns SHA-256(SHA-256(data)). c C s"