summaryrefslogtreecommitdiff
path: root/common/checksum.c
Commit message (Collapse)AuthorAgeFilesLines
* Add basic checksum algorithmsStef Walter2013-02-051-0/+542
The SHA-1 and MD5 digests here are used for checksums in legacy protocols. We don't use them in cryptographic contexts at all. These particular algorithms would be poor choices for that.