From 7310bf39e0b6729bafc138631304b8e1edde839f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Aug 2015 15:02:25 -0400 Subject: Added support for SHA3 hashed keys (in 8 varieties), when git-annex is built using the cryptonite library. While cryptohash has SHA3 support, it has not been updated for the final version of the spec. Note that cryptonite has not been ported to all arches that cryptohash builds on yet. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e2bef62c8..9539586c6 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: libghc-data-default-dev, libghc-hslogger-dev, libghc-pcre-light-dev, - libghc-cryptohash-dev (>= 0.11.0), + libghc-cryptonite-dev | libghc-cryptohash-dev (>= 0.11.0), libghc-sandi-dev, libghc-utf8-string-dev, libghc-aws-dev (>= 0.9.2-2~), -- cgit v1.2.3