From 2b5403c408dfbd71be24c7635f5fa0b61ab4c9bb Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Sun, 22 Dec 2013 17:13:45 +0400 Subject: Add an utility to calculate hashes over a set of files * 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ec7f8bbc..8b235f94 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,7 @@ tests/basic tests/benchmark tests/fips186-dsa tests/fipsdrv +tests/gchash tests/hmac tests/keygen tests/keygrip -- cgit v1.2.1