Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python27
/
lib64
/
python2.7
/
site-packages
/
Crypto
/
Random
/
Fortuna
/
File Content:
SHAd256.pyo
� �/�Oc @ s� d Z d Z d d g Z d d l Z e j d d k rW e j d d k rW d d l Tn d d l Td d l m Z d d l m Z d e f d � � YZ e j Z d d � Z d S( sQ SHA_d-256 hash function implementation. This module should comply with PEP 247. s $Id$t newt digest_sizei����Ni i i ( t *( t b2a_hex( t SHA256t _SHAd256c B sM e Z d Z e j Z e � Z d � Z d � Z d � Z d � Z d � Z RS( s; SHA-256, doubled. Returns SHA-256(SHA-256(data)). c C s2 | | j k r% t d t f � � n | | _ d S( Ns5 Do not instantiate this class directly. Use %s.new()( t _internalt AssertionErrort __name__t _h( t selft internal_api_checkt sha256_hash_obj( ( sP /opt/alt/python27/lib64/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.pyt __init__7 s c C s t t j | j j � � S( s$ Return a copy of this hashing object( R t SHAd256R R t copy( R ( ( sP /opt/alt/python27/lib64/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.pyR = s c C s"