
    }tf              	          d Z ddlmZ ddlmZ ddlmZ  eej                  ddddd	d
      Z eej                  dddddd
      Z	 eej                  dddddd      Z
 eej                  ddd
ddd      Zy)a8  
This module offers access to standardized parameters that you can load using
:meth:`argon2.PasswordHasher.from_parameters()`. See the `source code
<https://github.com/hynek/argon2-cffi/blob/main/src/argon2/profiles.py>`_ for
concrete values and :doc:`parameters` for more information.

.. versionadded:: 21.2.0
    )annotations   )
Parameters)Type          i       )typeversionsalt_lenhash_len	time_costmemory_costparallelism   i      i     N)__doc__
__future__r   _utilsr   	low_levelr   IDRFC_9106_HIGH_MEMORYRFC_9106_LOW_MEMORYPRE_21_2CHEAPEST     Y/var/www/html/software/conda/envs/higlass/lib/python3.12/site-packages/argon2/profiles.py<module>r!      s    #   "	  !	  	 	r   