summaryrefslogtreecommitdiff
path: root/tests/gchash.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-04w32: Avoid a few compiler warnings.Werner Koch1-1/+1
* cipher/cipher-selftest.c (_gcry_selftest_helper_cbc) (_gcry_selftest_helper_cfb, _gcry_selftest_helper_ctr): Mark variable as unused. * random/rndw32.c (slow_gatherer): Avoid signed pointer mismatch warning. * src/secmem.c (init_pool): Avoid unused variable warning. * tests/random.c (writen, readn): Include on if needed. Signed-off-by: Werner Koch <wk@gnupg.org>
2014-03-04Add an utility to calculate hashes over a set of filesDmitry Eremin-Solenikov1-0/+120
* tests/gchash.c: New. -- An utility like rhash that has the ability to calculate different hashes over a set of files it usefull. Add gchash utility to calculate hashes supported by libgcrypt. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>