B
    Ÿƒ†\t  ã               @   sD   d dl mZmZmZ d dlZd dlZe ej¡G dd„ deƒƒZ	dS )é    )Úabsolute_importÚdivisionÚprint_functionNc               @   sD   e Zd Zejdd„ ƒZejdd„ ƒZejdd„ ƒZejdd„ ƒZd	S )
Ú
MACContextc             C   s   dS )z/
        Processes the provided bytes.
        N© )ÚselfÚdatar   r   úAlib/python3.7/site-packages/cryptography/hazmat/primitives/mac.pyÚupdate   s    zMACContext.updatec             C   s   dS )zC
        Returns the message authentication code as bytes.
        Nr   )r   r   r   r	   Úfinalize   s    zMACContext.finalizec             C   s   dS )zL
        Return a MACContext that is a copy of the current context.
        Nr   )r   r   r   r	   Úcopy   s    zMACContext.copyc             C   s   dS )zd
        Checks if the generated message authentication code matches the
        signature.
        Nr   )r   Z	signaturer   r   r	   Úverify    s    zMACContext.verifyN)	Ú__name__Ú
__module__Ú__qualname__ÚabcÚabstractmethodr
   r   r   r   r   r   r   r	   r      s   r   )
Z
__future__r   r   r   r   ZsixZadd_metaclassÚABCMetaÚobjectr   r   r   r   r	   Ú<module>   s   