summaryrefslogtreecommitdiff
path: root/tests/test-crypto-hash.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-19crypto: fix initialization of crypto in testsDaniel P. Berrange1-10/+2
2016-07-04crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange1-0/+29
2016-07-04crypto: switch hash code to use nettle/gcrypt directlyDaniel P. Berrange1-2/+22
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange1-0/+5
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange1-0/+209