repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Misc. changes, including documenting the ability to specify a class attribute in...
[python.git]
/
Lib
/
md5.py
blob
bbe1984d14ad5f86e6e767b866de6781644f9418
1
# $Id$
2
#
3
# Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com)
4
# Licensed to PSF under a Contributor Agreement.
5
6
from
hashlib
import
md5
7
new
=
md5
8
9
blocksize
=
1
# legacy value (wrong in any useful sense)
10
digest_size
=
16