
    >wg                     "    d dl mZmZmZmZ d Zy)    )unicode_literalsdivisionabsolute_importprint_functionc                 J    t        |       |k  rd| z   } t        |       |k  r| 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_widths     F/var/www/horilla/myenv/lib/python3.12/site-packages/asn1crypto/_int.py
fill_widthr      s-     f+
6! f+
M    N)
__future__r   r   r   r   r    r   r   <module>r      s    R Rr   