aboutsummaryrefslogtreecommitdiffstats
path: root/python3/sha3.py
diff options
context:
space:
mode:
Diffstat (limited to 'python3/sha3.py')
-rw-r--r--python3/sha3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/sha3.py b/python3/sha3.py
index 117530b..a2e301d 100644
--- a/python3/sha3.py
+++ b/python3/sha3.py
@@ -319,7 +319,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