commit: 3b726cc3d2e48f30cec47856b5616cd92ae3e7b6 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Tue Feb 2 06:10:09 2016 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Tue Feb 2 06:10:09 2016 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3b726cc3
etc/catalyst.conf: Set default digests to sha512 whirlpool Setting digests="auto" by default can cause up to 27 different hashes, not to mention the amount of time it could take. etc/catalyst.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/catalyst.conf b/etc/catalyst.conf index 734e428..2e61ea4 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -12,7 +12,7 @@ # haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1, # sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128, # tiger160, whirlpool -digests="auto" +digests="sha512 whirlpool" # Creates a .CONTENTS file listing the contents of the file. Pick from any of # the supported options below:
