~ubuntu-branches/ubuntu/precise/python3.2/precise

« back to all changes in this revision

Viewing changes to Doc/library/hashlib.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-02-14 16:12:14 UTC
  • mfrom: (10.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110214161214-f5vwa226kebccmt9
Tags: 3.2~rc3-1
Python 3.2 release candidate 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   single: message digest, MD5
12
12
   single: secure hash algorithm, SHA1, SHA224, SHA256, SHA384, SHA512
13
13
 
 
14
**Source code:** :source:`Lib/hashlib.py`
 
15
 
 
16
--------------
 
17
 
14
18
This module implements a common interface to many different secure hash and
15
19
message digest algorithms.  Included are the FIPS secure hash algorithms SHA1,
16
20
SHA224, SHA256, SHA384, and SHA512 (defined in FIPS 180-2) as well as RSA's MD5