aboutsummaryrefslogtreecommitdiffstats
path: root/python3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nuke...Mattias Andrée2014-11-132-1047/+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>
* 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-212-20/+54
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2014-02-112-3/+3
| | | | 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>
* improve python performanceMattias Andrée2013-08-101-109/+112
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-101-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve python3 version speed by never using static methodsMattias Andrée2013-08-101-139/+134
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add support for concurrent threads in python3 versionMattias Andrée2013-08-102-356/+352
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split python3 version into two filesMattias Andrée2013-08-102-611/+632
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* stronger license = better licenseMattias Andrée2013-08-091-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* in case st_blksize is not properly setMattias Andrée2013-07-241-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-171-4/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix for exception catching with stdin as filename by NoneMattias Andrée2013-06-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* in shebang change python to python3 so that is will run on python3 of distributions that do not have python3 as defaultMattias Andrée2013-06-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* change defaults (conflicts with Wikipedia but is based on official Keccak defaults; no defaults have yet been standardised)Mattias Andrée2013-06-171-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix for python versionMattias Andrée2013-06-171-29/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-06-161-71/+327
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-081-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove unused variableMattias Andrée2013-06-081-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix partial byte outputMattias Andrée2013-05-031-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* apply change made to pure-java to other versionsMattias Andrée2013-05-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-05-021-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix binary logarithmMattias Andrée2013-04-161-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoops, read the filesize instead of the blocksizeMattias Andrée2013-04-021-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimise c versionMattias Andrée2013-02-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* correctedMattias Andrée2013-02-081-4/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move inte directories based on languageMattias Andrée2013-02-051-0/+726
Signed-off-by: Mattias Andrée <maandree@operamail.com>