aboutsummaryrefslogtreecommitdiffstats
path: root/pure-java/SHA3.java (unfollow)
Commit message (Expand)AuthorFilesLines
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