Gentoo Archives: gentoo-portage-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [GLEP59v2 0/5] GLEP59: Manifest2 hash types
Date: Sat, 01 Oct 2011 07:42:32
Message-Id: 1317454855-2794-1-git-send-email-robbat2@gentoo.org
1 Respun now with the help of ferringb. Cleans up the implementation and catches
2 a few bug and improvements:
3 - mhash priority moved lower than pycrypto/hashlib because mhash holds GIL
4 while the other implementations don't.
5 - hashlib does offer whirlpool if it was built against openssl 1.0.
6
7 1/5: Refactor RMD160 hashlib code for less-hardcoding
8 2/5: Manifest2 hash: Whirlpool
9 3/5: Manifest2 hash: SHA512
10 4/5: Manifest2 hash backend provider: mhash
11 5/5: GLEP59: Change live Manifest2 hashes to SHA256,

Replies