commit: b55246ef32bf35d24977c7dda7a4ace946ebf476 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 12 11:49:08 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Mar 13 21:46:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b55246ef
portage.checksum: Update fallback doc for SHA3/BLAKE2* pym/portage/checksum.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pym/portage/checksum.py b/pym/portage/checksum.py index 042a0a745..ac11d3f4b 100644 --- a/pym/portage/checksum.py +++ b/pym/portage/checksum.py @@ -24,10 +24,10 @@ import tempfile # SHA512: hashlib, mhash # RMD160: hashlib, pycrypto, mhash # WHIRLPOOL: hashlib, mhash, bundled -# BLAKE2B (512): hashlib (3.6+) -# BLAKE2S (512): hashlib (3.6+) -# SHA3_256: hashlib (3.6+) -# SHA3_512: hashlib (3.6+) +# BLAKE2B (512): hashlib (3.6+), pycrypto +# BLAKE2S (512): hashlib (3.6+), pycrypto +# SHA3_256: hashlib (3.6+), pycrypto +# SHA3_512: hashlib (3.6+), pycrypto #dict of all available hash functions
