From 952b87c6214357224546635099efc6a23e385f11 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 10 Aug 2013 07:30:11 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- python3/sha3.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python3/sha3.py b/python3/sha3.py index 009c59d..6c3f700 100644 --- a/python3/sha3.py +++ b/python3/sha3.py @@ -28,6 +28,10 @@ class SHA3: def __init__(self): + ''' + Constructor + ''' + self.RC = [0x0000000000000001, 0x0000000000008082, 0x800000000000808A, 0x8000000080008000, 0x000000000000808B, 0x0000000080000001, 0x8000000080008081, 0x8000000000008009, 0x000000000000008A, 0x0000000000000088, 0x0000000080008009, 0x000000008000000A, -- cgit v1.2.3-70-g09d2