diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-02-04 23:41:18 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-02-04 23:41:18 +0100 |
commit | 96c39f0c265413f792da550f6ddaf514ece8c954 (patch) | |
tree | 144b95421a9a816fe714457c9401b0c924f13f46 /sha3sum.py | |
parent | add progress info (diff) | |
download | sha3sum-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-x | sha3sum.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |