aboutsummaryrefslogtreecommitdiffstats
path: root/c/sha3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nuke...Mattias Andrée2014-11-131-905/+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>
* fix error in partial bit support for c implementationsMattias Andrée2014-08-211-14/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée2014-08-211-26/+62
| | | | 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>
* 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
| | | | 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-111-0/+11
| | | | 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-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* namespace c versionMattias Andrée2014-02-111-63/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2014-02-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-02-051-39/+36
| | | | 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>
* stronger license = better licenseMattias Andrée2013-08-091-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpy bug fixMattias Andrée2013-07-241-11/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-06-161-8/+91
| | | | 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>
* 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-081-2/+9
| | | | 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-071-3/+28
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of porting the command to cMattias Andrée2013-02-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ported lib but untestedMattias Andrée2013-02-051-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some more porting to cMattias Andrée2013-02-051-45/+49
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2013-02-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* port `M.length`Mattias Andrée2013-02-051-6/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* message lenght parameter in tolaneMattias Andrée2013-02-051-104/+106
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove two methods than cannot be used in cMattias Andrée2013-02-051-22/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of porting cMattias Andrée2013-02-051-217/+229
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* basically coping the java version to c (naturally this does not compile)Mattias Andrée2013-02-051-0/+601
Signed-off-by: Mattias Andrée <maandree@operamail.com>