[Python-bugs-list] [ python-Bugs-804113 ] Crypto terminology for
crypto hash function
SourceForge.net
noreply at sourceforge.net
Mon Sep 15 14:03:36 EDT 2003
Bugs item #804113, was opened at 2003-09-10 20:07
Message generated for change (Settings changed) made by rhettinger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=804113&group_id=5470
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ronald L. Rivest (ronrivest)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: Crypto terminology for crypto hash function
Initial Comment:
On web page:
http://www.python.org/dev/doc/devel////lib/module-
sha.html
the documentation should be improved to make it clear
that the hash function implemented here is really what
is known as "SHA-1" and not just "SHA". NIST originally
proposed a "SHA" hash function. NSA found a problem
with SHA, and proposed a small fix to it; the revised
hash function is typically called "SHA-1". The version
implemented is indeed "SHA-1" and not "SHA" (I tested
it). The documentation should make this clear, and
might also include "SHA1" somewhere as a synonym so
searches will find this common spelling variant too.
Renaming the module as "sha1" would also be nice...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=804113&group_id=5470
More information about the Python-bugs-list
mailing list