diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-02-01 22:10:09 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-02-01 22:10:09 -0800 |
commit | 3b726cc3d2e48f30cec47856b5616cd92ae3e7b6 (patch) | |
tree | 1d769b17290419fe9ddd2c487b1e12404c32d9f5 /etc | |
parent | fileops.py: Fix docstring typo (diff) | |
download | catalyst-3b726cc3d2e48f30cec47856b5616cd92ae3e7b6.tar.gz catalyst-3b726cc3d2e48f30cec47856b5616cd92ae3e7b6.tar.bz2 catalyst-3b726cc3d2e48f30cec47856b5616cd92ae3e7b6.zip |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/catalyst.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf index 734e4284..2e61ea4f 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: |