o
    ‰¡e/  ã                   @   s&   d dl mZ d dlmZ ddd„ZdS )é    )Úc_size_t©Ú
cSHAKE_XOFNó    c                 C   s   t | |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
    i   r   )ÚdataÚcustom© r   ú;/usr/lib/python3/dist-packages/Cryptodome/Hash/cSHAKE256.pyÚnew#   s   r
   )Nr   )ÚCryptodome.Util._raw_apir   ÚCryptodome.Hash.cSHAKE128r   r
   r   r   r   r	   Ú<module>   s   