U
    #i                     @   s<   d Z ddlmZ ede dgZddlmZ edjZ[dS )z
passlib.utils.md4 - DEPRECATED MODULE, WILL BE REMOVED IN 2.0

MD4 should now be looked up through ``passlib.crypto.digest.lookup_hash("md4").const``,
which provides unified handling stdlib implementation (if present).
    )warnzthe module 'passlib.utils.md4' is deprecated as of Passlib 1.7, and will be removed in Passlib 2.0, please use 'lookup_hash("md4").const()' from 'passlib.crypto' insteadmd4)lookup_hashN)	__doc__warningsr   DeprecationWarning__all__Zpasslib.crypto.digestr   constr    r
   r
   Y/var/www/html/me.goteku.com/backend/venv/lib/python3.8/site-packages/passlib/utils/md4.py<module>   s   	
