File: //var/opt/nydus/ops/asn1crypto/__pycache__/_int.cpython-39.pyc
a
�,�h� � @ s$ d dl mZmZmZmZ dd� ZdS )� )�unicode_literals�division�absolute_import�print_functionc C s t | �|k rd| } 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)�bytes_�width� r
�@/opt/nydus/tmp/pip-target-wkfpz8uv/lib/python/asn1crypto/_int.py�
fill_width s
r N)�
__future__r r r r r r
r
r
r �<module> s