File: //proc/self/root/opt/alt/python312/lib64/python3.12/encodings/__pycache__/hex_codec.cpython-312.pyc
�
�h�e� � � � d Z ddlZddlZdd�Zdd�Z G d� dej
� Z G d� dej � Z G d � d
ej � Z G d� deej � Z G d
� deej � Z d� Z
y)z�Python 'hex_codec' Codec - 2-digit hex content transfer encoding.
This codec de/encodes from bytes to bytes.
Written by Marc-Andre Lemburg (mal@lemburg.com).
� Nc �P � |dk( sJ �t j | � t | � fS �N�strict)�binascii�b2a_hex�len��input�errorss �:/opt/alt/python312/lib64/python3.12/encodings/hex_codec.py�
hex_encoder
�'