
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
ꅭht                 @   sD   d dl mZmZmZ d dlZd dlZej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   /usr/lib64/python3.6/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   