chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
algorithms.py: Support SHA512/224 and SHA512/256.
[catacomb-python]
/
algorithms.py
diff --git
a/algorithms.py
b/algorithms.py
index 4a47dc7d9a6e81f0b8b64bb41968912f1f4f52d7..4187c4664bc814ff24460ba73a4d0ef9ca0a006c 100644
(file)
--- 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
streamciphers += map(lambda s: s.translate(None, '/'), latindances)
hashes = '''
md2 md4 md5 tiger has160
-sha sha224 sha256 sha384 sha512
+sha sha224 sha256 sha
512/224 sha512/256 sha
384 sha512
rmd128 rmd160 rmd256 rmd320
whirlpool whirlpool256
'''.split()
rmd128 rmd160 rmd256 rmd320
whirlpool whirlpool256
'''.split()