rest25/library/sha.rst => rest262/library/sha.rst
f1
2:mod:`sha` --- SHA-1 message digest algorithm
3=============================================
4
5.. module:: sha
6   :synopsis: NIST's secure hash algorithm, SHA.
n7+   :deprecated:
7.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
8
9
10.. deprecated:: 2.5
11   Use the :mod:`hashlib` module instead.
12
13.. index::
14   single: NIST
76.. seealso::
77
78   `Secure Hash Standard <http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf>`_
79      The Secure Hash Algorithm is defined by NIST document FIPS PUB 180-2: `Secure
80      Hash Standard
81      <http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf>`_,
82      published in August 2002.
83
t84-   `Cryptographic Toolkit (Secure Hashing) <http://csrc.nist.gov/encryption/tkhash.html>`_
t85+   `Cryptographic Toolkit (Secure Hashing) <http://csrc.nist.gov/CryptoToolkit/tkhash.html>`_
85      Links from NIST to various information on secure hashing.
86
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op