
    Eh*                        S SK Jr   " S S\5      r " S S\5      r " S S\5      r " S S	\5      r " S
 S\5      r " S S\5      r	\r
g)    )annotationsc                      \ rS rSrSrSrg)Argon2Error   z>
Superclass of all argon2 exceptions.

Never thrown directly.
 N__name__
__module____qualname____firstlineno____doc____static_attributes__r       dC:\Users\julio\OneDrive\Documentos\Trabajo\Ideas Frescas\venv\Lib\site-packages\argon2/exceptions.pyr   r          r   r   c                      \ rS rSrSrSrg)VerificationError   z[
Verification failed.

You can find the original error message from Argon2 in ``args[0]``.
r   Nr   r   r   r   r   r      r   r   r   c                      \ rS rSrSrSrg)VerifyMismatchError   zx
The secret does not match the hash.

Subclass of :exc:`argon2.exceptions.VerificationError`.

.. versionadded:: 16.1.0
r   Nr   r   r   r   r   r          r   r   c                      \ rS rSrSrSrg)HashingError    z`
Raised if hashing failed.

You can find the original error message from Argon2 in ``args[0]``.
r   Nr   r   r   r   r   r       r   r   r   c                      \ rS rSrSrSrg)InvalidHashError(   z
Raised if the hash is invalid before passing it to Argon2.

.. versionadded:: 23.1.0
   As a replacement for :exc:`argon2.exceptions.InvalidHash`.
r   Nr   r   r   r   r   r   (   s    r   r   c                      \ rS rSrSrSrg)UnsupportedParametersError1   z
Raised if the current platform does not support the parameters.

For example, in WebAssembly parallelism must be set to 1.

.. versionadded:: 25.1.0
r   Nr   r   r   r   r    r    1   r   r   r    N)
__future__r   	Exceptionr   r   r   r   
ValueErrorr   r    InvalidHashr   r   r   <module>r&      s_    #)  + ; z   r   