Gentoo Archives: gentoo-portage-dev

From: Mike Frysinger <vapier@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 18:09:21
Message-Id: 201110011408.57443.vapier@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 1/4] Manifest2 hash: Whirlpool by "Robin H. Johnson"
1 On Thursday, September 29, 2011 21:27:39 Robin H. Johnson wrote:
2 > Provide public-domain implementation of the Whirlpool hash algorithm to
3 > be used as new Manifest2 hash.
4 >
5 > Signed-off-by: Robin H. Johnson <robbat2@g.o>
6 > ---
7 > pym/portage/checksum.py | 4 +
8 > pym/portage/util/whirlpool.py | 788
9 > +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 792
10 > insertions(+), 0 deletions(-)
11 > create mode 100644 pym/portage/util/whirlpool.py
12
13 shouldn't we add pycryptoplus to the tree and depend on that rather than
14 copying & pasting their code into portage ?
15 -mike

Replies