From cae2812998c561287d33d33683a0ef62d17e3b0c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 11 May 2017 10:42:15 +0100 Subject: [PATCH] algorithms.py: Support SHA512/224 and SHA512/256. --- algorithms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms.py b/algorithms.py index 4a47dc7..4187c46 100644 --- a/algorithms.py +++ b/algorithms.py @@ -40,7 +40,7 @@ xchacha20 xchacha12 xchacha8 streamciphers += map(lambda s: s.translate(None, '/'), latindances) hashes = ''' md2 md4 md5 tiger has160 -sha sha224 sha256 sha384 sha512 +sha sha224 sha256 sha512/224 sha512/256 sha384 sha512 rmd128 rmd160 rmd256 rmd320 whirlpool whirlpool256 '''.split() -- 2.11.0