From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RA401-0006LF-Kn for garchives@archives.gentoo.org; Sat, 01 Oct 2011 18:09:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A04221C0A1; Sat, 1 Oct 2011 18:09:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 196CE21C04A for ; Sat, 1 Oct 2011 18:08:59 +0000 (UTC) Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 969DB1B4011 for ; Sat, 1 Oct 2011 18:08:58 +0000 (UTC) From: Mike Frysinger Organization: wh0rd.org To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH 1/4] Manifest2 hash: Whirlpool Date: Sat, 1 Oct 2011 14:08:57 -0400 User-Agent: KMail/1.13.7 (Linux/3.1.0-rc4; KDE/4.6.5; x86_64; ; ) References: <1317346062-10156-1-git-send-email-robbat2@gentoo.org> <1317346062-10156-2-git-send-email-robbat2@gentoo.org> In-Reply-To: <1317346062-10156-2-git-send-email-robbat2@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201110011408.57443.vapier@gentoo.org> X-Archives-Salt: X-Archives-Hash: c90bc6ab9debdccf3c3a882b88b69464 On Thursday, September 29, 2011 21:27:39 Robin H. Johnson wrote: > Provide public-domain implementation of the Whirlpool hash algorithm to > be used as new Manifest2 hash. > > Signed-off-by: Robin H. Johnson > --- > pym/portage/checksum.py | 4 + > pym/portage/util/whirlpool.py | 788 > +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 792 > insertions(+), 0 deletions(-) > create mode 100644 pym/portage/util/whirlpool.py shouldn't we add pycryptoplus to the tree and depend on that rather than copying & pasting their code into portage ? -mike