From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1454 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: crypt* files in crypt directory Date: Wed, 8 Aug 2012 09:03:00 +0200 Message-ID: References: <20120808022421.GE27715@brightrain.aerifal.cx> <20120808044235.GA22470@openwall.com> <20120808052844.GF27715@brightrain.aerifal.cx> <20120808062706.GA23135@openwall.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1344409433 13856 80.91.229.3 (8 Aug 2012 07:03:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Aug 2012 07:03:53 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1455-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 08 09:03:51 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Sz0J5-0001XS-3g for gllmg-musl@plane.gmane.org; Wed, 08 Aug 2012 09:03:51 +0200 Original-Received: (qmail 11676 invoked by uid 550); 8 Aug 2012 07:03:41 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 11623 invoked from network); 8 Aug 2012 07:03:33 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=VeKOoFNSDe/Kq6bRgFqa4f+41ep8MV59rzG8fA2/cGQ=; b=eEXTplb3szugS2s8JQrIdeC2udakbEt5Jyri3T5vIUshUtvCaEEVqMvtAVa3y3KaEv opLozsEVBYg4oELio6rGR4gxjcwnq/RpEmY3hIOvUe2UX5R2rtVRrxSm5MAo5xPUZn+E LbPb21vMeBv1LAYW9B7ND/ETkxvtPMzmWy1S9YbIWqnq8i1AWfzZ245VL42H1czyLfsk cypvzf4wjIgrDFLopEBcztwjGqMN/rYkTUBEm2IWVMKmKvzjSVpJddPPz+cG8cbqB+3p fYvSnoIDfkEiQD7sGflkxEMBEtv+5C653k+3SeC5slwwzFrqD9j5ZvnYTF/iuDkaRHJ9 4h1A== In-Reply-To: <20120808062706.GA23135@openwall.com> Xref: news.gmane.org gmane.linux.lib.musl.general:1454 Archived-At: 2012/8/8 Solar Designer : > Not very important, but nice to keep musl's code revision closer to > upstream. > [...] > > I'm uncertain whether there's any portion of musl's user base that > > this would be useful to. If closer to upstream, it would be preferable to use scrypt: http://www.tarsnap.com/scrypt.html > Maybe you could support -DFAST_CRYPT or the like. It could enable > forced inlining and manual unrolls in crypt_blowfish.c. > > Alexander This can be a very sensible solution. Daniel