add hg and python
This commit is contained in:
parent
3a742c699f
commit
458120dd40
3709 changed files with 1244309 additions and 1 deletions
10
sys/lib/python/md5.py
Normal file
10
sys/lib/python/md5.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
# $Id: md5.py 39316 2005-08-21 18:45:59Z greg $
|
||||
#
|
||||
# Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com)
|
||||
# Licensed to PSF under a Contributor Agreement.
|
||||
|
||||
from hashlib import md5
|
||||
new = md5
|
||||
|
||||
blocksize = 1 # legacy value (wrong in any useful sense)
|
||||
digest_size = 16
|
Loading…
Add table
Add a link
Reference in a new issue