chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
catacomb/__init__.py: Missed a `ByteString.zero' opportunity.
[catacomb-python]
/
catacomb
/
__init__.py
diff --git
a/catacomb/__init__.py
b/catacomb/__init__.py
index 42b765bd4053d1b8b8a9dbb3a648dfa45df2c11f..8177b2db3b610ff8b27bdbde995066cd9e196394 100644
(file)
--- a/
catacomb/__init__.py
+++ b/
catacomb/__init__.py
@@
-265,7
+265,7
@@
class _tmp:
me.bytepad_after()
_augment(Shake, _tmp)
_augment(_ShakeBase, _tmp)
-Shake._Z = _ShakeBase._Z = ByteString
(200*'\0'
)
+Shake._Z = _ShakeBase._Z = ByteString
.zero(200
)
class KMAC (_ShakeBase):
_FUNC = 'KMAC'