o
    >e                     @   s$   d dl mZmZmZmZ dd ZdS )    )unicode_literalsdivisionabsolute_importprint_functionc                 C   s$   t | |k rd|  } t | |k s| S )a  
    Ensure a byte string representing a positive integer is a specific width
    (in bytes)

    :param bytes_:
        The integer byte string

    :param width:
        The desired width as an integer

    :return:
        A byte string of the width specified
        )len)bytes_width r
   P/var/www/html/humari/django-venv/lib/python3.10/site-packages/asn1crypto/_int.py
fill_width   s   r   N)
__future__r   r   r   r   r   r
   r
   r
   r   <module>   s   