ok
Direktori : /opt/alt/python38/lib64/python3.8/site-packages/Crypto/Hash/__pycache__/ |
Current File : //opt/alt/python38/lib64/python3.8/site-packages/Crypto/Hash/__pycache__/MD2.cpython-38.pyc |
U Bd\R� � @ sf d Z dZdddgZddlT ddlmZ ddlm mZ eZ G d d� de�Z dd d�Ze jZe j Z dS )a� MD2 cryptographic hash algorithm. MD2 is specified in RFC1319_ and it produces the 128 bit digest of a message. >>> from Crypto.Hash import MD2 >>> >>> h = MD2.new() >>> h.update(b'Hello') >>> print h.hexdigest() MD2 stand for Message Digest version 2, and it was invented by Rivest in 1989. This algorithm is both slow and insecure. Do not use it for new designs. .. _RFC1319: http://tools.ietf.org/html/rfc1319 z$Id$�new�digest_size�MD2Hash� )�*)�HashAlgoNc @ s4 e Zd ZdZed�ZdZdZd dd�Zd dd�Z dS )r zIClass that implements an MD2 hash :undocumented: block_size u *H÷ � Nc C s t �| t|� d S �N)r �__init__�hashFactory��self�data� r �/MD2.pyr C s zMD2Hash.__init__c C s t |�S r )r r r r r r F s zMD2Hash.new)N)N) �__name__� __module__�__qualname__�__doc__�bZoidr � block_sizer r r r r r r 0 s c C s t � �| �S )a Return 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 `MD2Hash.update()`. Optional. :Return: An `MD2Hash` object )r r )r r r r r I s )N)r Z_revision__�__all__ZCrypto.Util.py3compatZCrypto.Hash.hashalgor ZCrypto.Hash._MD2ZHashZ_MD2r r r r r r r r r �<module> s