aboutsummaryrefslogtreecommitdiffstats
path: root/c/sha3sum.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* derpMattias Andrée2014-11-031-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-211-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix year duplicationMattias Andrée2014-04-231-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* namespace c versionMattias Andrée2014-02-111-22/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2014-02-111-2/+2
| | | | 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>
* 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.c
| * Update sha3sum.cKlaus Alexander Seistrup2014-02-091-0/+3
| | | | | | | | The code in sha3sum.c didn't put a `'\0'` char at the end of the `out` buffer, and the binary equivalent of the hexdigest was output to the terminal. This patch seems to remedy the case and fixes #10.
* | Update sha3sum.cKlaus Alexander Seistrup2014-02-091-1/+1
|/ | | Corrected a typo: chechsum → checksum
* miscMattias Andrée2014-02-051-64/+42
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-08-101-1/+1
| | | | 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>
* use st_blksize in c implementationMattias Andrée2013-07-241-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpy bug fixMattias Andrée2013-07-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-07-241-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* forgot to initialise memort for setsMattias Andrée2013-06-251-4/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-171-5/+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-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix for python versionMattias Andrée2013-06-171-10/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-06-161-76/+441
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-02-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* correctedMattias Andrée2013-02-081-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* error in java version detected (c is identical) + c implemention other wise complete but not optimised (and misses blksize reading)Mattias Andrée2013-02-071-8/+29
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* resolve pedantic warningsMattias Andrée2013-02-061-7/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* and now it compilesMattias Andrée2013-02-061-23/+48
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* minor work on portMattias Andrée2013-02-061-2/+49
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of porting the command to cMattias Andrée2013-02-051-0/+304
Signed-off-by: Mattias Andrée <maandree@operamail.com>