aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mMattias Andrée2014-11-141-0/+3
* working on the --check flagMattias Andrée2014-11-144-71/+265
* mMattias Andrée2014-11-141-1/+0
* swap upper and lower case for short options (except for -h)Mattias Andrée2014-11-142-33/+33
* add tab-completion in shellMattias Andrée2014-11-144-2/+73
* typoMattias Andrée2014-11-141-1/+1
* Update todo + fix potential dubble free on error + add support for --hex-inputMattias Andrée2014-11-143-15/+72
* update todoMattias Andrée2014-11-131-0/+3
* typoMattias Andrée2014-11-131-1/+1
* add todoMattias Andrée2014-11-131-0/+3
* add readmeMattias Andrée2014-11-131-0/+82
* fix warningMattias Andrée2014-11-131-1/+1
* add build rules to the makefileMattias Andrée2014-11-131-0/+34
* add depsMattias Andrée2014-11-131-0/+4
* add commands for all variantsMattias Andrée2014-11-1314-1/+363
* miscMattias Andrée2014-11-133-47/+100
* parse the command lineMattias Andrée2014-11-133-6/+62
* ...and paveMattias Andrée2014-11-133-0/+257
* nuke...Mattias Andrée2014-11-1321-8419/+6
* fix bugMattias Andrée2014-11-116-12/+12
* fix bug in the c versions for smaller state sizesMattias Andrée2014-11-112-12/+24
* m + fix for issue #14Mattias Andrée2014-11-111-7/+5
* whoops, error in non-python version when hashing with a wordsize below 64 bitsMattias Andrée2014-11-044-104/+104
* derpMattias Andrée2014-11-041-2/+2
* mMattias Andrée2014-11-041-1/+1
* derpMattias Andrée2014-11-031-2/+2
* mMattias Andrée2014-08-216-30/+30
* fix error in partial bit support for c implementationsMattias Andrée2014-08-214-28/+36
* screw that, I am not doing valaMattias Andrée2014-08-212-854/+1
* beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée2014-08-2113-164/+888
* fix memory leakMattias Andrée2014-04-231-1/+1
* fix year duplicationMattias Andrée2014-04-231-2/+2
* c version: instead of defining restrict as empty if not WITH_C99, define restrict_ as restrict if WITH_C99Mattias Andrée2014-02-122-10/+11
* c version: add inclusion guardMattias Andrée2014-02-121-0/+6
* forgot to wipe at reallocMattias Andrée2014-02-111-0/+4
* c version: make the state accessibleMattias Andrée2014-02-112-0/+19
* c version: make with WITH_WIPE=yes to wipe the state and message buffer before freeingMattias Andrée2014-02-112-1/+48
* add thread supportMattias Andrée2014-02-112-14/+25
* typoMattias Andrée2014-02-112-2/+2
* namespace c versionMattias Andrée2014-02-113-92/+92
* bump yearMattias Andrée2014-02-1119-25/+25
* add reference hash for license file using default parametersMattias Andrée2014-02-111-0/+1
* typoMattias Andrée2014-02-095-5/+5
* use -h for --help and -x for --hex (issue #12)Mattias Andrée2014-02-097-17/+17
* ...Mattias Andrée2014-02-091-1/+1
* -h was used for both --help and --hex, -H is now --help and -h is now only --hex (iisue #12)Mattias Andrée2014-02-095-5/+5
* Merge pull request #11 from kseistrup/patch-2Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː]2014-02-091-0/+3
|\
| * Update sha3sum.cKlaus Alexander Seistrup2014-02-091-0/+3
* | Merge pull request #9 from kseistrup/patch-1Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː]2014-02-091-1/+1
|\ \ | |/ |/|
| * Update sha3sum.cKlaus Alexander Seistrup2014-02-091-1/+1
|/