aboutsummaryrefslogtreecommitdiffstats
path: root/pure-java/SHA3.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-09stronger license = better licenseMattias Andrée1-3/+3
2013-07-24derpy bug fixMattias Andrée1-104/+106
2013-06-16miscMattias Andrée1-2/+2
2013-05-05java: add methods for further squeezingMattias Andrée1-36/+155
2013-05-03debug stuff + hex input for javaMattias Andrée1-0/+26
2013-05-03mMattias Andrée1-1/+1
2013-05-03fix partial byte outputMattias Andrée1-0/+3
2013-05-03mMattias Andrée1-1/+1
2013-04-16fix binary logarithmMattias Andrée1-4/+6
2013-02-08optimise c versionMattias Andrée1-2/+2
2013-02-08correctedMattias Andrée1-3/+1
2013-02-07mMattias Andrée1-1/+1
2013-02-05basically coping the java version to c (naturally this does not compile)Mattias Andrée1-8/+0
2013-02-05miscMattias Andrée1-0/+0
2013-02-05java optimisedMattias Andrée1-46/+34
2013-02-05optimise first part of the theta stepMattias Andrée1-5/+2
2013-02-05optimise chi stepMattias Andrée1-30/+8
2013-02-05a bit of optimisation on the round (last part)Mattias Andrée1-18/+14
2013-02-05optimise keccak-f and rotateMattias Andrée1-28/+4
2013-02-05move inte directories based on languageMattias Andrée1-0/+0
2013-02-05java fixed small convertions derps, one important thing is that x >>> n = x if n == 64Mattias Andrée1-16/+25
2013-02-04m + twist at squeeze in javaMattias Andrée1-4/+2
2013-02-04mMattias Andrée1-53/+99
2013-02-04the java program (does not hash as python, but I think python also got som bug sneaked in)Mattias Andrée1-7/+7
2013-02-04support for slaxed chunksMattias Andrée1-7/+31
2013-02-04the java lib compilesMattias Andrée1-69/+85
2013-02-04m + work on java implementationMattias Andrée1-0/+585