]> git.proxmox.com Git - mirror_qemu.git/commit
crypto: implement sha224, sha384, sha512 and ripemd160 hashes
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 11 Mar 2016 18:33:08 +0000 (18:33 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 4 Jul 2016 14:52:36 +0000 (15:52 +0100)
commit9164b89762224db414676973172c26994aa9e2e5
treedb509ee669f5195c4d240b45929854ab7a06a1f3
parent0c16c056a4f9dec18fdd56feec82a5db9ff3c15e
crypto: implement sha224, sha384, sha512 and ripemd160 hashes

Wire up the nettle and gcrypt hash backends so that they can
support the sha224, sha384, sha512 and ripemd160 hash algorithms.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
crypto/hash-gcrypt.c
crypto/hash-nettle.c
crypto/hash.c
qapi/crypto.json
tests/test-crypto-hash.c