aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nuke...Mattias Andrée2014-11-137-2585/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bugMattias Andrée2014-11-112-4/+4
| | | | 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-042-100/+100
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-08-211-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée2014-08-213-51/+439
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2014-02-117-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-02-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use -h for --help and -x for --hex (issue #12)Mattias Andrée2014-02-091-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* -h was used for both --help and --hex, -H is now --help and -h is now only --hex (iisue #12)Mattias Andrée2014-02-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improved memoery management in java versionMattias Andrée2013-08-102-8/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* pad10star1 returns actual length of messageMattias Andrée2013-08-102-18/+24
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* calculate n in tolane methods at callerMattias Andrée2013-08-102-219/+233
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* apply change maked to non-concurrentable to concurrentableMattias Andrée2013-08-101-145/+142
| | | | 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>
* typoMattias Andrée2013-08-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add concurrency support in javaMattias Andrée2013-08-101-0/+760
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* directory renamingMattias Andrée2013-08-106-0/+1408
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-02-056-1051/+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>
* different commands for different output sizesMattias Andrée2013-02-055-6/+187
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move inte directories based on languageMattias Andrée2013-02-052-0/+935
Signed-off-by: Mattias Andrée <maandree@operamail.com>