limit sha512 rounds to similar runtime to sha256 limit
authorRich Felker <dalias@aerifal.cx>
Wed, 29 Aug 2012 16:44:27 +0000 (12:44 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 29 Aug 2012 16:44:27 +0000 (12:44 -0400)
commit507b6091fa75903ff05c21a4470b7b7cc3061d0d
tree57a36ff9071332772d67aa65b529e9912768ba9a
parent88bf5a8a8d7d796f63cca8589f4de67aa8345f1a
limit sha512 rounds to similar runtime to sha256 limit

these limits could definitely use review, but for now, i feel
consistency and erring on the side of preventing servers from getting
bogged down by excessively-slow user-provided settings (think
.htpasswd) are the best policy. blowfish should be updated to match.
src/misc/crypt_sha512.c