Metadata-Version: 1.0
Name: hmac
Version: 20101005
Summary: HMAC (Keyed-Hashing for Message Authentication) Python module.
Home-page: UNKNOWN
Author: Laurence Rowe
Author-email: laurence@lrowe.co.uk
License: PSF license
Description: HMAC
        ====
        
        This is a stand alone packaging of the hashlib compatible hmac library
        included with Python 2.5 so that it can be used together with the hashlib
        backport on older versions of Python (tested on 2.4). Not needed with Python
        2.5 or later.
        
        
        Changelog
        =========
        
        20101005
        --------
        
        * Initial standalone release
        
        * Import hmac.py from Python 2.7 (hg revision a7637168ee41)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Communications
Classifier: Topic :: Security :: Cryptography
