From 4e0ea4634f06bfc7389a435b56366f71894a8d9f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 3 May 2013 02:57:34 +0200 Subject: apply change made to pure-java to other versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- python3/sha3sum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python3') diff --git a/python3/sha3sum.py b/python3/sha3sum.py index 38f9670..43bdf2f 100755 --- a/python3/sha3sum.py +++ b/python3/sha3sum.py @@ -465,7 +465,7 @@ class SHA3: ptr = 0 rr = SHA3.r >> 3 - nn = SHA3.n >> 3 + nn = (SHA3.n + 3) >> 3 ww = SHA3.w >> 3 # Absorbing phase -- cgit v1.2.3-70-g09d2