Gentoo Archives: gentoo-portage-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH 1/4] Manifest2 hash: Whirlpool
Date: Sat, 01 Oct 2011 22:25:47
Message-Id: robbat2-20111001T221945-831544229Z@orbis-terrarum.net
In Reply to: Re: [gentoo-portage-dev] [PATCH 1/4] Manifest2 hash: Whirlpool by Mike Frysinger
1 On Sat, Oct 01, 2011 at 02:08:57PM -0400, Mike Frysinger wrote:
2 > On Thursday, September 29, 2011 21:27:39 Robin H. Johnson wrote:
3 > > Provide public-domain implementation of the Whirlpool hash algorithm to
4 > > be used as new Manifest2 hash.
5 > >
6 > > Signed-off-by: Robin H. Johnson <robbat2@g.o>
7 > > ---
8 > > pym/portage/checksum.py | 4 +
9 > > pym/portage/util/whirlpool.py | 788
10 > > +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 792
11 > > insertions(+), 0 deletions(-)
12 > > create mode 100644 pym/portage/util/whirlpool.py
13 >
14 > shouldn't we add pycryptoplus to the tree and depend on that rather than
15 > copying & pasting their code into portage ?
16 It looks like they got it from the same source [1] that I did, and
17 pycryptoplus was written after I wrote the earliest version of this
18 patch. The source I got it from does NOT package it up in any way.
19
20 1. http://www.bjrn.se/code/whirlpoolpy.txt
21
22 --
23 Robin Hugh Johnson
24 Gentoo Linux: Developer, Trustee & Infrastructure Lead
25 E-Mail : robbat2@g.o
26 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85