Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/python3.9/__pycache__/ |
Upload File : |
a �gk � @ s� d dl Zzd dlZW n& ey: dZdZd dlmZ Y n0 ejZe ej �Zd dlZe�� s�e dd� ed�D ��Ze dd� ed�D ��ZdZG dd� d�Zdd d�Zdd � ZdS )� N)�_compare_digestc c s | ]}|d A V qdS )�\ N� ��.0�xr r �/usr/lib64/python3.9/hmac.py� <genexpr> � r � c c s | ]}|d A V qdS )�6 Nr r r r r r r c @ sb e Zd ZdZdZddd�Zdd� Zd d � Zedd� �Z d d� Z dd� Zdd� Zdd� Z dd� ZdS )�HMAC�@ )�_hmac�_inner�_outer� block_size�digest_sizeN� c C s� t |ttf�s tdt|�j ��|s,td��t�� sFtr�t |tt f�r�z| � |||� W q� tjy� t�� rr� | �|||� Y q�0 n| �|||� d S )Nz,key: expected bytes or bytearray, but got %rz'Missing required parameter 'digestmod'.) � isinstance�bytes� bytearray� TypeError�type�__name__�_hashopenssl� get_fips_mode�str� _functype� _init_hmac�UnsupportedDigestmodError� _init_old��self�key�msg� digestmodr r r �__init__'