Metadata-Version: 1.0
Name: KDF
Version: 0.1
Summary: Key Derivation functions from ISO 18033
Home-page: http://peio.org/code/
Author: Peio Popov
Author-email: peio@peio.org
License: Public Domain
Description: 
        
        KDF -  ISO 18033 Key derivation functions
        ------------------------------
        
        Key derivation functions (KDF1,KDF2,KDF3,KDF4) as defined in section 6.2 of ISO 18033
        
        A key derivation function is a function KDF (x, l) that takes as input an octet string x and
        an integer l >= 0, and outputs an octet string of length l. The string x is of arbitrary length,
        although an implementation may define a (very large) maximum length for x and maximum size
        for l, and fail if these bounds are exceeded.
        
        
Keywords: key derivation,kdf,KDF1,KDF2,KDF3,KDF4,ISO 18033,ISO-18033
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Security :: Cryptography
