aboutsummaryrefslogtreecommitdiffstats
path: root/java/SHA3.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nuke...Mattias Andrée2014-11-131-969/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bugMattias Andrée2014-11-111-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoops, error in non-python version when hashing with a wordsize below 64 bitsMattias Andrée2014-11-041-50/+50
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée2014-08-211-22/+216
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2014-02-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improved memoery management in java versionMattias Andrée2013-08-101-4/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* pad10star1 returns actual length of messageMattias Andrée2013-08-101-9/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* calculate n in tolane methods at callerMattias Andrée2013-08-101-108/+115
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* make message variable static rather local, increased performanceMattias Andrée2013-08-101-145/+142
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* directory renamingMattias Andrée2013-08-101-0/+755
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-02-051-613/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* java optimisedMattias Andrée2013-02-051-46/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimise first part of the theta stepMattias Andrée2013-02-051-5/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimise chi stepMattias Andrée2013-02-051-30/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* a bit of optimisation on the round (last part)Mattias Andrée2013-02-051-18/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimise keccak-f and rotateMattias Andrée2013-02-051-28/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move inte directories based on languageMattias Andrée2013-02-051-0/+678
Signed-off-by: Mattias Andrée <maandree@operamail.com>