From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add argon2. Date: Sun, 5 Jun 2016 23:42:42 -0400 Message-ID: <20160606034242.GA11974@jasmine> References: <87lh2jpdo7.fsf@openmailbox.org> <20160605213908.GB2928@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9lRN-0007oe-QL for guix-devel@gnu.org; Sun, 05 Jun 2016 23:43:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9lRK-0007XJ-M1 for guix-devel@gnu.org; Sun, 05 Jun 2016 23:43:01 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:56139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9lRI-0007VS-4k for guix-devel@gnu.org; Sun, 05 Jun 2016 23:42:58 -0400 Content-Disposition: inline In-Reply-To: <20160605213908.GB2928@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 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.