catacomb/__init__.py: Missed a `ByteString.zero' opportunity.
[catacomb-python] / catacomb / __init__.py
index 42b765b..8177b2d 100644 (file)
@@ -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'