aboutsummaryrefslogtreecommitdiffstats
path: root/python3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpython3/sha3sum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/sha3sum.py b/python3/sha3sum.py
index e331df8..38f9670 100755
--- a/python3/sha3sum.py
+++ b/python3/sha3sum.py
@@ -545,7 +545,7 @@ class SHA3:
i += 1
olen -= SHA3.r
if olen > 0:
- SHA3.keccakF(S)
+ SHA3.keccakF(SHA3.S)
return bytes(rc)