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.
This commit is contained in:
Joey Hess 2015-08-06 15:02:25 -04:00
parent 6ded6fd19a
commit 0ec9bc2200
8 changed files with 133 additions and 57 deletions

2
debian/control vendored
View file

@ -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~),