aboutsummaryrefslogtreecommitdiffstats
path: root/python3/sha3.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-21beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée1-17/+51
2014-02-11bump yearMattias Andrée1-1/+1
2013-08-10improve python performanceMattias Andrée1-109/+112
2013-08-10mMattias Andrée1-1/+1
2013-08-10mMattias Andrée1-2/+2
2013-08-10mMattias Andrée1-0/+4
2013-08-10improve python3 version speed by never using static methodsMattias Andrée1-139/+134
2013-08-10add support for concurrent threads in python3 versionMattias Andrée1-336/+331
2013-08-10split python3 version into two filesMattias Andrée1-364/+0
2013-08-09stronger license = better licenseMattias Andrée1-6/+6
2013-07-24in case st_blksize is not properly setMattias Andrée1-0/+2
2013-06-17mMattias Andrée1-4/+1
2013-06-17fix for exception catching with stdin as filename by NoneMattias Andrée1-1/+1
2013-06-17in shebang change python to python3 so that is will run on python3 of distributions that do not have python3 as defaultMattias Andrée1-1/+1
2013-06-17change defaults (conflicts with Wikipedia but is based on official Keccak defaults; no defaults have yet been standardised)Mattias Andrée1-4/+4
2013-06-17m + fix for python versionMattias Andrée1-29/+34
2013-06-16miscMattias Andrée1-71/+327
2013-06-08mMattias Andrée1-6/+6
2013-06-08remove unused variableMattias Andrée1-1/+0
2013-05-03fix partial byte outputMattias Andrée1-1/+3
2013-05-03apply change made to pure-java to other versionsMattias Andrée1-1/+1
2013-05-02mMattias Andrée1-1/+1
2013-04-16fix binary logarithmMattias Andrée1-1/+6
2013-04-02whoops, read the filesize instead of the blocksizeMattias Andrée1-1/+1
2013-02-08optimise c versionMattias Andrée1-1/+1
2013-02-08correctedMattias Andrée1-4/+6
2013-02-05move inte directories based on languageMattias Andrée1-0/+0
2013-02-04m + twist at squeeze in javaMattias Andrée1-1/+1
2013-02-04mMattias Andrée1-4/+4
2013-02-04repair py (S was transposed...)Mattias Andrée1-45/+91
2013-02-04the java program (does not hash as python, but I think python also got som bug sneaked in)Mattias Andrée1-22/+26
2013-02-04m + work on java implementationMattias Andrée1-70/+65
2013-02-04chunk to lane convertion optimisationMattias Andrée1-52/+67
2013-02-04optimised rotation for 64 bit wordsMattias Andrée1-42/+98
2013-02-04small rotation optimisationMattias Andrée1-1/+2
2013-02-04mMattias Andrée1-3/+3
2013-02-04more optMattias Andrée1-32/+76
2013-02-04more optMattias Andrée1-96/+94
2013-02-04optimise away DMattias Andrée1-66/+31
2013-02-04optMattias Andrée1-75/+96
2013-02-04a little more round optimisationMattias Andrée1-3/+29
2013-02-04some small optimisationsMattias Andrée1-15/+44
2013-02-04fully functional python implementationMattias Andrée1-30/+48
2013-02-04add --helpMattias Andrée1-83/+78
2013-02-03basic command line supportMattias Andrée1-14/+130
2013-02-03can absorb partial mesagesMattias Andrée1-67/+198
2013-02-03base implemention for the python versionMattias Andrée1-0/+266