aboutsummaryrefslogtreecommitdiffstats
path: root/sha3sum.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-02-04 23:41:18 +0100
committerMattias Andrée <maandree@operamail.com>2013-02-04 23:41:18 +0100
commit96c39f0c265413f792da550f6ddaf514ece8c954 (patch)
tree144b95421a9a816fe714457c9401b0c924f13f46 /sha3sum.py
parentadd progress info (diff)
downloadsha3sum-96c39f0c265413f792da550f6ddaf514ece8c954.tar.gz
sha3sum-96c39f0c265413f792da550f6ddaf514ece8c954.tar.bz2
sha3sum-96c39f0c265413f792da550f6ddaf514ece8c954.tar.xz
m + twist at squeeze in java
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'sha3sum.py')
-rwxr-xr-xsha3sum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha3sum.py b/sha3sum.py
index c508254..f7e297a 100755
--- a/sha3sum.py
+++ b/sha3sum.py
@@ -532,7 +532,7 @@ class SHA3:
while (olen > 0):
i = 0
while (i < ni) and (j < nn):
- v = SHA3.S[(i % 5) * 5 + i // 5] # FIXME
+ v = SHA3.S[(i % 5) * 5 + i // 5]
for _ in range(ww):
if (j < nn):
rc[ptr] = v & 255