aboutsummaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nuke...Mattias Andrée2014-11-133-1802/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bugMattias Andrée2014-11-111-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bug in the c versions for smaller state sizesMattias Andrée2014-11-111-6/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoops, error in non-python version when hashing with a wordsize below 64 bitsMattias Andrée2014-11-041-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-11-041-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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>
* fix error in partial bit support for c implementationsMattias Andrée2014-08-212-22/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée2014-08-213-36/+94
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix memory leakMattias Andrée2014-04-231-1/+1
| | | | 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>
* 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
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c version: add inclusion guardMattias Andrée2014-02-121-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* forgot to wipe at reallocMattias Andrée2014-02-111-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c version: make the state accessibleMattias Andrée2014-02-112-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c version: make with WITH_WIPE=yes to wipe the state and message buffer before freeingMattias Andrée2014-02-111-0/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add thread supportMattias Andrée2014-02-111-14/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-02-112-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* namespace c versionMattias Andrée2014-02-113-92/+92
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2014-02-113-4/+4
| | | | 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-053-106/+100
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bug evaluating large filesMattias Andrée2013-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix java-c-jni implementationMattias Andrée2013-08-101-13/+12
| | | | 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>
* do not allow extra argumentsMattias Andrée2013-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* stronger license = better licenseMattias Andrée2013-08-093-12/+12
| | | | 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-242-12/+27
| | | | 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-163-87/+561
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix partial byte outputMattias Andrée2013-05-031-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* apply change made to pure-java to other versionsMattias Andrée2013-05-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix binary logarithmMattias Andrée2013-04-161-3/+11
| | | | 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>
* support 8th bit in c versionMattias Andrée2013-02-151-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2013-02-151-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* correction on c versionMattias Andrée2013-02-151-22/+31
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimise c versionMattias Andrée2013-02-081-213/+256
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* correctedMattias Andrée2013-02-082-4/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-02-071-1/+1
| | | | 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-073-11/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>