Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e3547fd2
Commit
e3547fd2
authored
Dec 16, 2005
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More text about the pragmatic significance of hashlib.
parent
3cbd0380
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
Misc/NEWS
Misc/NEWS
+13
-4
No files found.
Misc/NEWS
View file @
e3547fd2
...
...
@@ -293,7 +293,16 @@ Library
-------
-
Added
the
hashlib
module
.
It
provides
secure
hash
functions
for
MD5
and
SHA1
,
224
,
256
,
384
,
and
512.
SHA1
,
224
,
256
,
384
,
and
512.
Note
that
recent
developments
make
the
historic
MD5
and
SHA1
unsuitable
for
cryptographic
-
strength
applications
.
In
<
http
://
mail
.
python
.
org
/
pipermail
/
python
-
dev
/
2005
-
December
/
058850.
html
>
Ronald
L
.
Rivest
offered
this
advice
for
Python
:
"The consensus of researchers in this area (at least as
expressed at the NIST Hash Function Workshop 10/31/05),
is that SHA-256 is a good choice for the time being, but
that research should continue, and other alternatives may
arise from this research. The larger SHA's also seem OK."
-
Added
a
subset
of
Fredrik
Lundh
's ElementTree package. Available
modules are xml.etree.ElementTree, xml.etree.ElementPath, and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment