From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: Add scrypt. Date: Mon, 16 Jan 2017 01:36:33 -0500 Message-ID: <20170116063633.GA17734@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cT0uI-0003iH-Bz for guix-devel@gnu.org; Mon, 16 Jan 2017 01:36:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cT0uF-0002sG-B5 for guix-devel@gnu.org; Mon, 16 Jan 2017 01:36:42 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:38929) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cT0uF-0002s4-2O for guix-devel@gnu.org; Mon, 16 Jan 2017 01:36:39 -0500 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 3E62D24B9B for ; Mon, 16 Jan 2017 01:36:36 -0500 (EST) Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org On Mon, Jan 16, 2017 at 12:43:14AM -0500, Leo Famulari wrote: > * gnu/packages/crypto.scm (scrypt): New variable. > + (arguments > + `(#:phases (modify-phases %standard-phases > + (add-after 'unpack 'patch-command-invocations I realized this indentation is too far to the right. > + (synopsis "Memory-hard key derivation function") And the synopsis should probably be something like "Memory-hard encryption tool". At least, it should include "encryption tool".