# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT __doc__ = None __file__ = '/Users/Shared/src/ide/build-files/build-temp/runtimes-release/__os__/osx/runtime-python2.7/lib/Python.framework/Versions/Current/lib/python2.7/lib-dynload/_hashlib.so' __name__ = '_hashlib' __package__ = None def new(): """ Return a new hash object using the named algorithm. An optional string argument may be provided and will be automatically hashed. The MD5 and SHA1 algorithms are always supported. """ pass def openssl_md5(): """ Returns a md5 hash object; optionally initialized with a string """ pass openssl_md_meth_names = None def openssl_sha1(): """ Returns a sha1 hash object; optionally initialized with a string """ pass def openssl_sha224(): """ Returns a sha224 hash object; optionally initialized with a string """ pass def openssl_sha256(): """ Returns a sha256 hash object; optionally initialized with a string """ pass def openssl_sha384(): """ Returns a sha384 hash object; optionally initialized with a string """ pass def openssl_sha512(): """ Returns a sha512 hash object; optionally initialized with a string """ pass def pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None): """ pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key Password based key derivation function 2 (PKCS #5 v2.0) with HMAC as pseudorandom function. """ return None