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:
612dc22
)
catacomb/__init__.py: Missed a `ByteString.zero' opportunity.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Nov 2018 12:29:39 +0000
(12:29 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 10 Nov 2018 01:30:58 +0000
(
01:30
+0000)
catacomb/__init__.py
patch
|
blob
|
blame
|
history
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'