U
    Ÿ‹®gî  ã                   @   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|  } q | 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)Zbytes_Úwidth© r	   ú3/tmp/pip-unpacked-wheel-etcy_95o/asn1crypto/_int.pyÚ
fill_width   s    
r   N)Ú
__future__r   r   r   r   r   r	   r	   r	   r
   Ú<module>   s   