Metadata-Version: 1.1
Name: hkdf
Version: 0.0.1
Summary: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
Home-page: https://github.com/casebeer/python-hkdf
Author: Christopher H. Casebeer
Author-email: UNKNOWN
License: UNKNOWN
Description: 
        HKDF HMAC based KDF implementation
        ==================================
        
        See http://tools.ietf.org/html/draft-krawczyk-hkdf-01
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
