From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add argon2. Date: Mon, 20 Jun 2016 13:10:09 -0400 Message-ID: <20160620171009.GB22393@jasmine> References: <87lh2jpdo7.fsf@openmailbox.org> <20160605213908.GB2928@jasmine> <20160606034242.GA11974@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF2iK-0007EG-7V for guix-devel@gnu.org; Mon, 20 Jun 2016 13:10:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF2iI-000592-2g for guix-devel@gnu.org; Mon, 20 Jun 2016 13:10:19 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:51398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF2iH-00056d-SC for guix-devel@gnu.org; Mon, 20 Jun 2016 13:10:17 -0400 Content-Disposition: inline In-Reply-To: <20160606034242.GA11974@jasmine> 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: Lukas Gradl Cc: guix-devel@gnu.org On Sun, Jun 05, 2016 at 11:42:42PM -0400, Leo Famulari wrote: > On Sun, Jun 05, 2016 at 05:39:08PM -0400, Leo Famulari wrote: > > In this case, the argon2 README.md credits the blake2 code to Samuel > > Neves, who is one of the designers of blake2. So, I will look into this > > a little more closely to see if he reimplemented it for argon2 or if > > they copied it from somewhere else. > > Argon2's commit history shows that Samuel Neves is a frequent > contributor to argon2, including the blake2 code. So, I think this > package is fine. Pushed as 6d32dd8cef. Thanks!