diff options
Diffstat (limited to 'python2')
-rw-r--r-- | python2/sha3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/sha3.py b/python2/sha3.py index 649ee74..a79fd79 100644 --- a/python2/sha3.py +++ b/python2/sha3.py @@ -326,7 +326,7 @@ class SHA3: @param msg:bytes The message to pad @param r:int The bitrate - @return :str The message padded + @return :bytes The message padded ''' nnn = len(msg) << 3 |