chiark / gitweb /
algorithms.py: Support SHA512/224 and SHA512/256.
[catacomb-python] / algorithms.py
index 4a47dc7d9a6e81f0b8b64bb41968912f1f4f52d7..4187c4664bc814ff24460ba73a4d0ef9ca0a006c 100644 (file)
@@ -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()