aboutsummaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nuke...Mattias Andrée2014-11-133-1802/+0
* fix bugMattias Andrée2014-11-111-2/+2
* fix bug in the c versions for smaller state sizesMattias Andrée2014-11-111-6/+12
* whoops, error in non-python version when hashing with a wordsize below 64 bitsMattias Andrée2014-11-041-2/+2
* derpMattias Andrée2014-11-041-2/+2
* derpMattias Andrée2014-11-031-2/+2
* mMattias Andrée2014-08-211-5/+5
* fix error in partial bit support for c implementationsMattias Andrée2014-08-212-22/+26
* beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée2014-08-213-36/+94
* 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-111-0/+43
* add thread supportMattias Andrée2014-02-111-14/+22
* typoMattias Andrée2014-02-112-2/+2
* namespace c versionMattias Andrée2014-02-113-92/+92
* bump yearMattias Andrée2014-02-113-4/+4
* use -h for --help and -x for --hex (issue #12)Mattias Andrée2014-02-091-3/+3
* -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
* 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
* | Update sha3sum.cKlaus Alexander Seistrup2014-02-091-1/+1
|/
* miscMattias Andrée2014-02-053-106/+100
* fix bug evaluating large filesMattias Andrée2013-08-101-2/+2
* m + fix java-c-jni implementationMattias Andrée2013-08-101-13/+12
* miscMattias Andrée2013-08-101-1/+1
* do not allow extra argumentsMattias Andrée2013-08-101-2/+2
* stronger license = better licenseMattias Andrée2013-08-093-12/+12
* use st_blksize in c implementationMattias Andrée2013-07-241-2/+5
* derpy bug fixMattias Andrée2013-07-242-12/+27
* mMattias Andrée2013-07-241-3/+3
* forgot to initialise memort for setsMattias Andrée2013-06-251-4/+16
* mMattias Andrée2013-06-171-5/+1
* 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
* m + fix for python versionMattias Andrée2013-06-171-10/+10
* miscMattias Andrée2013-06-163-87/+561
* fix partial byte outputMattias Andrée2013-05-031-0/+3
* apply change made to pure-java to other versionsMattias Andrée2013-05-031-1/+1
* fix binary logarithmMattias Andrée2013-04-161-3/+11
* mMattias Andrée2013-02-151-1/+1
* support 8th bit in c versionMattias Andrée2013-02-151-9/+9
* derpMattias Andrée2013-02-151-3/+3
* correction on c versionMattias Andrée2013-02-151-22/+31
* optimise c versionMattias Andrée2013-02-081-213/+256
* correctedMattias Andrée2013-02-082-4/+11
* mMattias Andrée2013-02-071-1/+1
* 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