
    ,h                     *    d dl mZ d dlmZ d ZddZy)    )c_size_t
cSHAKE_XOFc                     t        | |d|      S )N   r   )datacustomfunctions      W/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/Crypto/Hash/cSHAKE256.py_newr   #   s    dFC22    Nc                     t        | |dd      S )az  Return a fresh instance of a cSHAKE256 object.

    Args:
       data (bytes/bytearray/memoryview):
        The very first chunk of the message to hash.
        It is equivalent to an early call to :meth:`update`.
        Optional.
       custom (bytes):
        Optional.
        A customization bytestring (``S`` in SP 800-185).

    :Return: A :class:`cSHAKE_XOF` object
    r   r   r   )r   r	   s     r   newr   (   s      dFC--r   )NN)Crypto.Util._raw_apir   Crypto.Hash.cSHAKE128r   r   r    r   r   <module>r      s   > * ,3
.r   