From 861394353b0033ecac9b4aa0857aeb68e226c4b8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 10 Aug 2013 20:51:04 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- python2/sha3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python2/sha3.py') diff --git a/python2/sha3.py b/python2/sha3.py index 088b8ad..649ee74 100644 --- a/python2/sha3.py +++ b/python2/sha3.py @@ -282,7 +282,7 @@ class SHA3: def toLane(self, message, rr, ww, off): ''' - Convert a chunk of char:s to a word + Convert a chunk of byte:s to a word @param message:bytes The message @param rr:int Bitrate in bytes @@ -301,7 +301,7 @@ class SHA3: def toLane64(self, message, rr, off): ''' - Convert a chunk of char:s to a 64-bit word + Convert a chunk of byte:s to a 64-bit word @param message:bytes The message @param rr:int Bitrate in bytes -- cgit v1.2.3-70-g09d2