aboutsummaryrefslogtreecommitdiff
path: root/security/py-hashlib
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak on 7.0 (hopefully..)Alexander Botero-Lowry2006-12-132-2/+8
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=179686
* - pass maintainership to python@ (it should have been that way in theAlexander Botero-Lowry2006-12-131-1/+1
| | | | | | | first place) Notes: svn path=/head/; revision=179627
* - Add hashlib-20060408aAlexander Botero-Lowry2006-12-134-0/+44
Python secure hash and message digest module MD5, SHA1, SHA224, SHA256, SHA384 and SHA512 (backported from Python 2.5 for use on 2.3 and 2.4) WWW: http://code.krypto.org/python/hashlib/ Notes: svn path=/head/; revision=179624