Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCHES] Little cleanup of checksum + BLAKE2*/SHA3
Date: Tue, 28 Feb 2017 09:02:08
Message-Id: 20170228090155.868-1-mgorny@gentoo.org
1 Hi,
2
3 Here's a quick set of patches to the checksum module:
4
5 1) adds a summary table on top to ease the reading of the horrible code
6 below,
7
8 2) removes dead fallbacks for md5/sha1 that apply only to py<2.5,
9
10 3) adds BLAKE2b/s and SHA3 hashes available in Python 3.6+.
11
12 Sadly, I wasn't able to find any other (fallback) Python provider
13 of the latter at the moment, so it will take a while before we can start
14 using it anywhere.
15
16 --
17 Best regards,
18 Michał Górny

Replies