aboutsummaryrefslogtreecommitdiffstats
path: root/c/sha3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nuke...Mattias Andrée2014-11-131-905/+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
* fix error in partial bit support for c implementationsMattias Andrée2014-08-211-14/+18
* beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée2014-08-211-26/+62
* fix memory leakMattias Andrée2014-04-231-1/+1
* c version: instead of defining restrict as empty if not WITH_C99, define restrict_ as restrict if WITH_C99Mattias Andrée2014-02-121-7/+7
* forgot to wipe at reallocMattias Andrée2014-02-111-0/+4
* c version: make the state accessibleMattias Andrée2014-02-111-0/+11
* 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-111-1/+1
* namespace c versionMattias Andrée2014-02-111-63/+63
* bump yearMattias Andrée2014-02-111-1/+1
* miscMattias Andrée2014-02-051-39/+36
* fix bug evaluating large filesMattias Andrée2013-08-101-2/+2
* m + fix java-c-jni implementationMattias Andrée2013-08-101-13/+12
* stronger license = better licenseMattias Andrée2013-08-091-3/+3
* derpy bug fixMattias Andrée2013-07-241-11/+26
* miscMattias Andrée2013-06-161-8/+91
* 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
* 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-081-2/+9
* 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-071-3/+28
* beginning of porting the command to cMattias Andrée2013-02-051-1/+1
* ported lib but untestedMattias Andrée2013-02-051-2/+4
* some more porting to cMattias Andrée2013-02-051-45/+49
* derpMattias Andrée2013-02-051-1/+1
* port `M.length`Mattias Andrée2013-02-051-6/+11
* message lenght parameter in tolaneMattias Andrée2013-02-051-104/+106
* remove two methods than cannot be used in cMattias Andrée2013-02-051-22/+0
* beginning of porting cMattias Andrée2013-02-051-217/+229
* basically coping the java version to c (naturally this does not compile)Mattias Andrée2013-02-051-0/+601