From 9f1dcfcb9d4df999397335c651776677c9f9472a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 4 Feb 2013 02:44:29 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- sha3sum.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sha3sum.py b/sha3sum.py index 5742ec0..35b71dd 100755 --- a/sha3sum.py +++ b/sha3sum.py @@ -41,12 +41,12 @@ class SHA3: :list Round contants ''' - B = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + B = [0] * 25 ''' - :list> Keccak-f round temporary + :list Keccak-f round temporary ''' - C = [0, 0, 0, 0, 0] + C = [0] * 5 ''' :list Keccak-f round temporary ''' -- cgit v1.2.3-70-g09d2