B
    M¯]î  ã               @   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   xt | ƒ|k rd|  } qW | 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	   ú.lib/python3.7/site-packages/asn1crypto/_int.pyÚ
fill_width   s    r   N)Z
__future__r   r   r   r   r   r	   r	   r	   r
   Ú<module>   s   