aboutsummaryrefslogtreecommitdiffstats
path: root/c/sha3sum.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-13nuke...Mattias Andrée1-760/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-03derpMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-21mMattias Andrée1-5/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-21beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée1-9/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-23fix year duplicationMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11namespace c versionMattias Andrée1-22/+22
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11bump yearMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-09use -h for --help and -x for --hex (issue #12)Mattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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ée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-09Update sha3sum.cKlaus Alexander Seistrup1-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.
2014-02-09Update sha3sum.cKlaus Alexander Seistrup1-1/+1
Corrected a typo: chechsum → checksum
2014-02-05miscMattias Andrée1-64/+42
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-10miscMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-09stronger license = better licenseMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-07-24use st_blksize in c implementationMattias Andrée1-2/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-07-24derpy bug fixMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-07-24mMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-25forgot to initialise memort for setsMattias Andrée1-4/+16
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-17mMattias Andrée1-5/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-17change defaults (conflicts with Wikipedia but is based on official Keccak defaults; no defaults have yet been standardised)Mattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-17m + fix for python versionMattias Andrée1-10/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-16miscMattias Andrée1-76/+441
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-15mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-08correctedMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-07error in java version detected (c is identical) + c implemention other wise complete but not optimised (and misses blksize reading)Mattias Andrée1-8/+29
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-06resolve pedantic warningsMattias Andrée1-7/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-06and now it compilesMattias Andrée1-23/+48
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-06minor work on portMattias Andrée1-2/+49
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05beginning of porting the command to cMattias Andrée1-0/+304
Signed-off-by: Mattias Andrée <maandree@operamail.com>