File: //opt/alt/python312/lib64/python3.12/encodings/__pycache__/base64_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 'base64_codec' Codec - base64 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)�base64�encodebytes�len��input�errorss �=/opt/alt/python312/lib64/python3.12/encodings/base64_codec.py�
base64_encoder
�'