X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/a3ae4a9f590ef84d8e6eac0bc94873a9fd943073..f22cdfa9b4499b738ddaa21b260867b5e7bb3c9a:/catacomb/__init__.py diff --git a/catacomb/__init__.py b/catacomb/__init__.py index 42b765b..8177b2d 100644 --- 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'