Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /snap/core20/current/lib/python3/dist-packages/jwt/__pycache__/ |
Upload File : |
U �b�[X � @ s� d Z ddlZddlZddlZejd dkZer8eZeZ ne ZeZ ee fZzddlm Z mZ W n$ ek r� ddlm Z mZ Y nX z ejZW n ek r� dd� ZY nX eedd�r�dd � Znd d � ZdS )z� The `compat` module provides support for backwards compatibility with older versions of python, and compatibility wrappers around optional packages. � N� )�Iterable�Mappingc C sH t | �t |�krdS d}t| |�D ]\}}|t|�t|�A O }q"|dkS )z� Returns True if the two strings are equal, False otherwise. The time taken is independent of the number of characters that match. Fr )�len�zip�ord)Zval1Zval2�result�x�y� r �,/usr/lib/python3/dist-packages/jwt/compat.py�constant_time_compare! s r �to_bytesc C s2 | }d}|dkr"|d? }|d7 }q| j |ddd�S )Nr � � ZbigF)Zsigned)r )�valZ remainingZbyte_lengthr r r �bytes_from_int3 s r c C sB g }| r"t | d�\} }|�|� q|�� tjdt|� f|�� S )N� z%sB)�divmod�append�reverse�structZpackr )r ZbufZ remainderr r r r = s )�__doc__Zhmacr �sys�version_infoZPY3�strZ text_type�bytesZbinary_typeZunicodeZstring_typesZcollections.abcr r �ImportError�collectionsZcompare_digestr �AttributeError�getattr�intr r r r r �<module> s*