Current File : //lib/python2.7/site-packages/passlib/utils/md4.pyo |
�
�
5Xc @ sR d Z d d l m Z e d e � d g Z d d l m Z e d � j Z [ d S( s�
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).
i����( t warns� the 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' insteadt md4( t lookup_hashN( t __doc__t warningsR t DeprecationWarningt __all__t passlib.crypto.digestR t constR ( ( ( s5 /usr/lib/python2.7/site-packages/passlib/utils/md4.pyt <module> s