aboutsummaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-12c version: add inclusion guardMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11forgot to wipe at reallocMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11c version: make the state accessibleMattias Andrée2-0/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11c version: make with WITH_WIPE=yes to wipe the state and message buffer before freeingMattias Andrée1-0/+43
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11add thread supportMattias Andrée1-14/+22
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11typoMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11namespace c versionMattias Andrée3-92/+92
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11bump yearMattias Andrée3-4/+4
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ée3-106/+100
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-10fix bug evaluating large filesMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-10m + fix java-c-jni implementationMattias Andrée1-13/+12
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-10do not allow extra argumentsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-09stronger license = better licenseMattias Andrée3-12/+12
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ée2-12/+27
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ée3-87/+561
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-05-03fix partial byte outputMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-05-03apply change made to pure-java to other versionsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-16fix binary logarithmMattias Andrée1-3/+11
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-15support 8th bit in c versionMattias Andrée1-9/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-15derpMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-15correction on c versionMattias Andrée1-22/+31
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-08optimise c versionMattias Andrée1-213/+256
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-08correctedMattias Andrée2-4/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-07mMattias Andrée1-1/+1
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ée3-11/+63
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ée3-1/+354
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05ported lib but untestedMattias Andrée1-2/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05some more porting to cMattias Andrée1-45/+49
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05derpMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05port `M.length`Mattias Andrée1-6/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05message lenght parameter in tolaneMattias Andrée1-104/+106
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05remove two methods than cannot be used in cMattias Andrée1-22/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05beginning of porting cMattias Andrée1-217/+229
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05basically coping the java version to c (naturally this does not compile)Mattias Andrée1-0/+601
Signed-off-by: Mattias Andrée <maandree@operamail.com>