source:
trunk/essentials/dev-lang/python/Lib/md5.py@
3393
| Last change on this file since 3393 was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 282 bytes | |
| Line | |
|---|---|
| 1 | # $Id: md5.py 39316 2005-08-21 18:45:59Z greg $ |
| 2 | # |
| 3 | # Copyright (C) 2005 Gregory P. Smith ([email protected]) |
| 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 |
Note:
See TracBrowser
for help on using the repository browser.
