From: Rich Felker Date: Wed, 29 Aug 2012 16:41:29 +0000 (-0400) Subject: add sha256/sha512 crypt X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=88bf5a8a8d7d796f63cca8589f4de67aa8345f1a;hp=88bf5a8a8d7d796f63cca8589f4de67aa8345f1a add sha256/sha512 crypt based on versions sent to the list by nsz, with some simplification and debloating. i'd still like to get them a bit smaller, or ideally merge them into a single file with most of the code being shared, but that can be done later. ---