Add GChecksum, a generic wrapper around various hashing algorithms. At the
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 4 Dec 2007 16:31:51 +0000 (16:31 +0000)
committerEmmanuele Bassi <ebassi@src.gnome.org>
Tue, 4 Dec 2007 16:31:51 +0000 (16:31 +0000)
commitf17db346527b849ee8a92202c96a556a4c4de547
tree59838492acd756d350483bd891f9bc54381a50b1
parent450c704f3ec75ff6fe3c6c29d7db8bc1d58d2e51
Add GChecksum, a generic wrapper around various hashing algorithms. At the

2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>

* glib/gchecksum.[ch]: Add GChecksum, a generic wrapper around
various hashing algorithms. At the moment, the MD5, SHA-1 and
SHA-256 algorithms are supported. (#443648)

* glib/glib.h:
* glib/Makefile.am:
* glib/glib.symbols: Build glue for GChecksum

* tests/Makefile.am
* tests/checksum-test.c: Add test suite for GChecksum.

svn path=/trunk/; revision=6042
ChangeLog
glib/Makefile.am
glib/gchecksum.c [new file with mode: 0644]
glib/gchecksum.h [new file with mode: 0644]
glib/glib.h
glib/glib.symbols
tests/Makefile.am
tests/checksum-test.c [new file with mode: 0644]