sha
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sha.py
Module Docs

# $Id$
#
#  Copyright (C) 2005   Gregory P. Smith (greg@krypto.org)
#  Licensed to PSF under a Contributor Agreement.

 
Modules
       
warnings

 
Functions
       
new = openssl_sha1(...)
Returns a sha1 hash object; optionally initialized with a string
sha = openssl_sha1(...)
Returns a sha1 hash object; optionally initialized with a string

 
Data
        blocksize = 1
digest_size = 20
digestsize = 20