summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/md5.h
Commit message (Collapse)AuthorAgeFilesLines
* libglusterfs: Add checksum functions.Vikas Gorur2009-09-221-0/+78
gf_rsync_weak_checksum: Calculates a simple 32-bit checksum. gf_rsync_strong_checksum: Calculates the MD5 checksum. The strong checksum function makes use of Christophe Devine's MD5 implementation (adapted from the rsync source code, version 3.0.6. <http://www.samba.org/ftp/rsync/>). Signed-off-by: Anand V. Avati <avati@dev.gluster.com>