chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a7f2e38
)
algorithms.py: Support SHA512/224 and SHA512/256.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 11 May 2017 09:42:15 +0000
(10:42 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 14 May 2017 03:29:20 +0000
(
04:29
+0100)
algorithms.py
patch
|
blob
|
blame
|
history
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
-sha sha224 sha256 sha384 sha512
+sha sha224 sha256 sha
512/224 sha512/256 sha
384 sha512
rmd128 rmd160 rmd256 rmd320
whirlpool whirlpool256
'''.split()