aboutsummaryrefslogtreecommitdiffstats
path: root/sha3sum.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* the java program (does not hash as python, but I think python also got som bug sneaked in)Mattias Andrée2013-02-041-22/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + work on java implementationMattias Andrée2013-02-041-70/+65
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* chunk to lane convertion optimisationMattias Andrée2013-02-041-52/+67
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimised rotation for 64 bit wordsMattias Andrée2013-02-041-42/+98
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* small rotation optimisationMattias Andrée2013-02-041-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-02-041-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* more optMattias Andrée2013-02-041-32/+76
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* more optMattias Andrée2013-02-041-104/+102
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimise away DMattias Andrée2013-02-041-71/+36
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optMattias Andrée2013-02-041-83/+104
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* a little more round optimisationMattias Andrée2013-02-041-3/+29
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some small optimisationsMattias Andrée2013-02-041-15/+44
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fully functional python implementationMattias Andrée2013-02-041-30/+48
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add --helpMattias Andrée2013-02-041-83/+78
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* basic command line supportMattias Andrée2013-02-031-14/+130
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* can absorb partial mesagesMattias Andrée2013-02-031-67/+198
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* base implemention for the python versionMattias Andrée2013-02-031-0/+266
Signed-off-by: Mattias Andrée <maandree@operamail.com>