Add SHA-256 and SHA-512 hashes
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 15 Jan 2017 21:36:33 +0000 (21:36 +0000)
committerbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 15 Jan 2017 21:36:33 +0000 (21:36 +0000)
commitfd166a511adc0f222f365d61252c0a32a78ebcdf
tree92992429abcfd075518f1d98c28c74a1103b7ad5
parent965ea89f42b28e3b0c6654a76905103421176214
Add SHA-256 and SHA-512 hashes

Most security-conscious users expect to find SHA-256 hashes of files,
since both MD5 and SHA-1 are considered weak.  SHA-512 additionally has
the benefit that it is significantly faster than SHA-256 on 64-bit
systems, processing twice as much data per chunk with only 125% of the
operations.  Generate both SHA-256 and SHA-512 hashes anywhere we
provide SHA-1 hashes.
grml-live