From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1faGO0-0003KD-BD for guix-patches@gnu.org; Tue, 03 Jul 2018 04:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1faGNu-0007sC-LX for guix-patches@gnu.org; Tue, 03 Jul 2018 04:10:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36480) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1faGNu-0007s8-IF for guix-patches@gnu.org; Tue, 03 Jul 2018 04:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1faGNu-0004p0-AO for guix-patches@gnu.org; Tue, 03 Jul 2018 04:10:02 -0400 Subject: [bug#31985] [PATCH 1/2] gnu: Add libscrypt. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180626222409.3351-1-mail@nicolasgoaziou.fr> <20180626223116.3448-1-mail@nicolasgoaziou.fr> <874lhhfybm.fsf@gnu.org> <87sh51tjy3.fsf@nicolasgoaziou.fr> Date: Tue, 03 Jul 2018 10:09:30 +0200 In-Reply-To: <87sh51tjy3.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Mon, 02 Jul 2018 23:19:00 +0200") Message-ID: <87woucivut.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nicolas Goaziou Cc: 31985@debbugs.gnu.org Hello Nicolas, Nicolas Goaziou skribis: > OK. I used: > > @code{libscrypt} implements @code{scrypt} key derivation function. > It is designed to be far more secure against hardware brute-force > attacks than alternative functions such as @code{PBKDF2} or > @code{bcrypt}. > > Let me know if that isn't enough (though I wouldn't know what to say in > addition to the above). LGTM! The guiding principle should be to give enough context to someone who doesn=E2=80=99t know the package at all to get an idea of what this is about (info "(guix) Synopses and Descriptions"). Thank you, Ludo=E2=80=99.