aboutsummaryrefslogtreecommitdiffstats
path: root/python2 (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-09typoMattias Andrée1-1/+1
2014-02-09use -h for --help and -x for --hex (issue #12)Mattias Andrée7-17/+17
2014-02-09...Mattias Andrée1-1/+1
2014-02-09-h was used for both --help and --hex, -H is now --help and -h is now only --hex (iisue #12)Mattias Andrée5-5/+5
2014-02-09Update sha3sum.cKlaus Alexander Seistrup1-0/+3
2014-02-09Update sha3sum.cKlaus Alexander Seistrup1-1/+1
2014-02-05miscMattias Andrée4-106/+103
2013-08-28add note on why versions are not being taggedMattias Andrée1-0/+2
2013-08-10mMattias Andrée1-1/+1
2013-08-10comparison against other hashesMattias Andrée1-0/+8
2013-08-10improve python performanceMattias Andrée3-220/+226
2013-08-10update performance of java versionMattias Andrée1-1/+1
2013-08-10mMattias Andrée2-2/+2
2013-08-10mMattias Andrée2-4/+4
2013-08-10improved memoery management in java versionMattias Andrée2-8/+23
2013-08-10pad10star1 returns actual length of messageMattias Andrée2-18/+24
2013-08-10calculate n in tolane methods at callerMattias Andrée2-219/+233
2013-08-10mMattias Andrée1-7/+7
2013-08-10apply change maked to non-concurrentable to concurrentableMattias Andrée1-145/+142
2013-08-10make message variable static rather local, increased performanceMattias Andrée1-145/+142
2013-08-10missed to update thisMattias Andrée1-2/+2
2013-08-10typoMattias Andrée1-1/+1
2013-08-10add emphasisMattias Andrée1-3/+3
2013-08-10typoMattias Andrée1-1/+1
2013-08-10fix bug evaluating large filesMattias Andrée1-2/+2
2013-08-10create so and jarsMattias Andrée1-7/+26
2013-08-10mMattias Andrée1-2/+2
2013-08-10add performance comparsionMattias Andrée1-0/+11
2013-08-10apply changes made in python3 to python2 versionMattias Andrée2-365/+360
2013-08-10mMattias Andrée1-0/+4
2013-08-10update gitignoreMattias Andrée1-2/+12
2013-08-10improve python3 version speed by never using static methodsMattias Andrée1-139/+134
2013-08-10add support for concurrent threads in python3 versionMattias Andrée2-356/+352
2013-08-10split python2 version into two filesMattias Andrée2-617/+639
2013-08-10split python3 version into two filesMattias Andrée2-611/+632