%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__/MD4.cpython-37.pyc

B

Bd\R�
�@sfdZdZdddgZddlTddlmZddlmmZeZ	Gd	d�de�Z
dd
d�Ze
jZe
j
Z
dS)a�MD4 cryptographic hash algorithm.

MD4 is specified in RFC1320_ and produces the 128 bit digest of a message.

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

MD4 stand for Message Digest version 4, and it was invented by Rivest in 1990.

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

.. _RFC1320: http://tools.ietf.org/html/rfc1320
z$Id$�new�digest_size�MD4Hash�)�*)�HashAlgoNc@s4eZdZdZed�ZdZdZd
dd�Zddd	�Z	dS)rzIClass that implements an MD4 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/MD4.pyr	CszMD4Hash.__init__cCst|�S)N)r)rrr
r
rrFszMD4Hash.new)N)N)
�__name__�
__module__�__qualname__�__doc__�bZoidr�
block_sizer	rr
r
r
rr0s

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 `MD4Hash.update()`.
        Optional.

    :Return: A `MD4Hash` object
    )rr)rr
r
rrIs)N)rZ_revision__�__all__ZCrypto.Util.py3compatZCrypto.Hash.hashalgorZCrypto.Hash._MD4ZHashZ_MD4r
rrrrr
r
r
r�<module>$s



Zerion Mini Shell 1.0